commit | 41c57a87183a7c458d86f78966d69d4bf18ea0b7 | [log] [tgz] |
---|---|---|
author | David Barksdale <amatus@ocgnet.org> | Tue Jan 30 14:36:25 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jan 30 16:01:36 2007 -0800 |
tree | 8efc83537ecc63a49cd823133f10f003b1efa4ee | |
parent | fa8609da993b04dc2dd762173a6d0ab1a192e256 [diff] |
[PATCH] IPMI: fix timeout list handling 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>