commit eb5f1c29b4ba4533ccd13eed24b5a89257286225 Author: Greg Kroah-Hartman Date: Fri Jul 6 21:47:55 2007 -0700 Linux 2.6.21.6 commit fcc56368e2c29ef4fb91d9374cea4834d0a6eb61 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