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, 18 Jul 2006 12:40:23 -0400
From:	Dave Jones <davej@...hat.com>
To:	Thomas Dillig <tdillig@...nford.edu>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Null dereference errors in the kernel

On Mon, Jul 17, 2006 at 08:49:19PM -0700, Thomas Dillig wrote:

 > 144 drivers/char/agp/ati-agp.c
 > NULL dereference of variable "ati_generic_private.gatt_pages" in 
 > function call (drivers/char/agp/ati-agp.c:ati_free_gatt_pages).
 
I think this is a false positive.
It's a freeing function, the other half of ati_create_gatt_pages,
which always gets called beforehand, and if that fails, we should
never get to ati_free_gatt_pages.

		Dave

-- 
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ