commit cd4a337ed99dc212ce396b319f96d3e867a816f9 Author: Greg Kroah-Hartman Date: Fri Jul 6 21:52:58 2007 -0700 Linux 2.6.20.15 commit c57b6320b85a739537cd67142f0c7c601e79ec05 Author: Jing Min Zhao Date: Thu Jul 5 20:42:14 2007 +0200 nf_conntrack_h323: add checking of out-of-range on choices' index values [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 Signed-off-by: Greg Kroah-Hartman