commit | c801147c5a103eec864afee348c4ee3fdb0f380c | [log] [tgz] |
---|---|---|
author | Egbert Eich <eich@suse.de> | Wed Nov 30 15:32:59 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 30 08:45:40 2005 -0800 |
tree | 498a39dfb965c58b22b5b4ae0d920f72a0f6f2d5 | |
parent | d2ef5ebb4c4fe141a82252d4db8d8521e6765c5a [diff] |
[PATCH] SiS DRM: Fix possible NULL dereference This fixes a NULL pointer reference in DRM. The SiS driver tries to allocate a big chunk of memory, but the return value is never checked. Reported in Novell bugzilla #132271: https://bugzilla.novell.com/show_bug.cgi?id=132271 Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>