From: Allan Stephens Date: Thu, 5 Jun 2008 00:36:58 +0000 (-0700) Subject: tipc: Prevent access of non-existent field in short message header X-Git-Tag: v2.6.27-rc1~969^2~361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c396a7bfb4fe74e444be09069651280da520944;p=pandora-kernel.git tipc: Prevent access of non-existent field in short message header This patch eliminates a case where TIPC's link code could try reading a field that is not present in a short message header. (The random value obtained was not being used, but the read operation could result in an invalid memory access exception in extremely rare circumstances.) Signed-off-by: Allan Stephens Signed-off-by: David S. Miller --- Reading git-diff-tree failed