lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue Apr 12 20:59:48 2005
From: guninski at guninski.com (Georgi Guninski)
Subject: linux bugs (survival stories)?

On Tue, Apr 12, 2005 at 02:26:34PM -0400, Valdis.Kletnieks@...edu wrote:
> If anybody wants a good kernel-auditing project, just start going through the
> 2.6.12-rc2 tree and look at uses of copy_from_user(), and make sure that each
> use of that function then proceeds to *validate* the data (especially in the
> various driver's .ioctl methods - historically a place for issues).   At least

like this in 2.6.11:

grep -rniI 'fuck' * | grep -iv 'fuck billg' |  grep -iv 'fuck bill g' | grep
'junk'
sound/oss/opl3.c:837:    * What the fuck is going on here?  We leave junk in
the beginning

(the key to success being grepping for 'bill')

-- 
where do you want bill gates to go today?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ