https://github.com/torvalds/linux
Revision 41c57a87183a7c458d86f78966d69d4bf18ea0b7 authored by David Barksdale on 30 January 2007, 22:36:25 UTC, committed by Linus Torvalds on 31 January 2007, 00:01:36 UTC
Fix a dangling pointer bug in ipmi_timeout_handler.  A list of timedout
messages is not re-initialized before reuse, causing the head of the list
to point to freed memory.

Signed-off-by: David Barksdale <amatus@ocgnet.org>
Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent fa8609d
History
Tip revision: 41c57a87183a7c458d86f78966d69d4bf18ea0b7 authored by David Barksdale on 30 January 2007, 22:36:25 UTC
[PATCH] IPMI: fix timeout list handling
Tip revision: 41c57a8
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 80.0 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top