From: Egbert Eich Date: Wed, 30 Nov 2005 14:32:59 +0000 (+0100) Subject: [PATCH] SiS DRM: Fix possible NULL dereference X-Git-Tag: v2.6.15-rc4~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c801147c5a103eec864afee348c4ee3fdb0f380c;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed