From: Benjamin LaHaise Date: Wed, 7 Aug 2013 22:23:48 +0000 (-0400) Subject: aio: table lookup: verify ctx pointer X-Git-Tag: v3.12-rc1~16^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f30d704fe1244c44a984d3d1f47bc648bcc6c9f7;p=pandora-kernel.git aio: table lookup: verify ctx pointer Another shortcoming of the table lookup patch was revealed where the pointer was not being tested before being dereferenced. Verify this to avoid the NULL pointer dereference. Signed-off-by: Benjamin LaHaise --- Reading git-diff-tree failed