Ongeveer een dag nadat 2.4.11 uit was, is 2.4.12 uitgekomen. Dit omdat 2.4.11 een ernstige fout bevat; Het wordt zeer sterk afgeraden om 2.4.11 te gebruiken. 2.4.12 zou wel goed moeten zijn.
Van de linux-kernel mailinglist:
2.4.12 is te downloaden van kernel.org, de gewone mirrors en (natuurlijk
) ftp://galileo.luon.net/
Van de linux-kernel mailinglist:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| 2.4.11 had a fix for a symlink DoS attack, but sadly that fix broke the
creation of files through a dangling symlink rather badly (it caused the
inode to be created in the very same inode as the symlink, with unhappy
end results).
Happily nobody uses that particular horror - or _almost_ nobody does. It
looks like at least the SuSE installer (yast2) does, which causes a nasty
unkillable inode as /dev/mouse if you use yast2 on 2.4.11.
("debugfs -w rootdev" + "rm /dev/mouse" will remove it, although I suspect
there are other less drastic methods too if your fsck doesn't seem to
notice anything wrong with it. Only one report of this actually happening
so far).
So I made a 2.4.12, and renamed away the sorry excuse for a kernel that
2.4.11 was.
Linus |
2.4.12 is te downloaden van kernel.org, de gewone mirrors en (natuurlijk