Tuesday, March 13, 2007

Linux Kernel 2.6.20.3

Does anyone follow the Linux Kernel changelog like I do? Well if you said yes, then your a real geek, congratulations.

http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.20.3

$ grep fix ChangeLog-2.6.20.3 -i | wc -l
32
$

Yikes, thats a lot of 'fix'. Mostly NULL ptr derefences, Ill have to dig a bit deeper into these later. Despite all the vulnerabilities and bloated code, Linux remains my OS of choice. It is really maturing, and with PAX, it is mostly secure. Although security isn't what troubles me with Linux these days, its more of a reliability issue with the OS. But I guess thats the price you pay for constantly evolving functionality.

No comments: