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:
d2ef5eb
)
[PATCH] SiS DRM: Fix possible NULL dereference
author
Egbert Eich
<eich@suse.de>
Wed, 30 Nov 2005 14:32:59 +0000
(15:32 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 30 Nov 2005 16:45:40 +0000
(08:45 -0800)
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>
No differences found