Author: horms Date: Tue Feb 7 10:26:53 2006 New Revision: 5727 Added: patch-tracking/CVE-2006-0454 Log: Add CVE-2006-0454
Added: patch-tracking/CVE-2006-0454 ============================================================================== --- (empty file) +++ patch-tracking/CVE-2006-0454 Tue Feb 7 10:26:53 2006 @@ -0,0 +1,23 @@ +Candidate: CVE-2006-0454 +References: http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=fa60cf7f64a00c16e95717e8dccdb128877e342a +Description: Fix extra dst release when ip_options_echo fails + When two ip_route_output_key lookups in icmp_send were combined I + forgot to change the error path for ip_options_echo to not drop the + dst reference since it now sits before the dst lookup. To fix it we + simply jump past the ip_rt_put call. +Notes: + horms> appears to have been added by the following patch which was + horms> included in 2.6.12 + horms> http://www.kernel.org/git/?p=linux/kernel/git/tglx/history.git;a=commitdiff;h=2c7ec2528b5776bd64a7c1240879087198e57da9 +Bugs: +upstream: pending (2.6.15.3) +linux-2.6: pending (2.6.16-5) [2.6.15.3.patch] +2.6.8-sarge-security: N/A +2.4.27-sarge-security: N/A +2.4.27: N/A +2.4.19-woody-security: N/A +2.4.18-woody-security: N/A +2.4.17-woody-security: N/A +2.4.16-woody-security: N/A +2.4.17-woody-security-hppa: N/A +2.4.17-woody-security-ia64: N/A _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

