git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7334571
)
[ACPI] fix kmalloc size bug in acpi/video.c
author
Paulo Marques
<pmarques@grupopie.com>
Thu, 31 Mar 2005 03:39:49 +0000
(22:39 -0500)
committer
Len Brown
<len.brown@intel.com>
Tue, 12 Jul 2005 03:58:45 +0000
(23:58 -0400)
acpi_video_device_find_cap() used &p instead of *p
when calculating storage size, thus allocating
only 4 or 8 bytes instead of 12...
Also, kfree(NULL) is legal, so remove some unneeded checks.
From: Paulo Marques <pmarques@grupopie.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found