From: Jing Min Zhao Date: Fri, 6 Jul 2007 00:05:01 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack_h323: add checking of out-of-range on choices' index values X-Git-Tag: v2.6.22~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25845b5155b55cd77e42655ec24161ba3feffa47;p=pandora-kernel.git [NETFILTER]: nf_conntrack_h323: add checking of out-of-range on choices' index values Choices' index values may be out of range while still encoded in the fixed length bit-field. This bug may cause access to undefined types (NULL pointers) and thus crashes (Reported by Zhongling Wen). This patch also adds checking of decode flag when decoding SEQUENCEs. Signed-off-by: Jing Min Zhao Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed