commit 2bd44a13c95e870c64ff0e3c22b5d727eb6627ea Author: Greg Kroah-Hartman Date: Fri Jun 30 14:17:30 2006 -0700 Linux 2.6.16.23 commit 922248023352c3526f3c2ad82d050f103281fbdf Author: Chris Wright Date: Fri Jun 30 14:06:52 2006 -0700 [PATCH] revert PARPORT_SERIAL should depend on SERIAL_8250_PCI patch Should have not been applied to 2.6.16 Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman commit 70a00d8615ea4c408978d6efc23c89d4e7c12518 Author: Patrick McHardy Date: Fri Jun 30 05:33:12 2006 +0200 [PATCH] NETFILTER: SCTP conntrack: fix crash triggered by packet without chunks [CVE-2006-2934] When a packet without any chunks is received, the newconntrack variable in sctp_packet contains an out of bounds value that is used to look up an pointer from the array of timeouts, which is then dereferenced, resulting in a crash. Make sure at least a single chunk is present. Problem noticed by George A. Theall Signed-off-by: Patrick McHardy Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman