Author: horms Date: Wed Feb 8 10:58:26 2006 New Revision: 5751 Modified: patch-tracking/CVE-2005-3180 Log: A better fix for CVE-2005-3180 exists
Modified: patch-tracking/CVE-2005-3180 ============================================================================== --- patch-tracking/CVE-2005-3180 (original) +++ patch-tracking/CVE-2005-3180 Wed Feb 8 10:58:26 2006 @@ -13,11 +13,16 @@ > > The orinoco driver can send uninitialized data exposing random pieces of > > the system memory. This happens because data is not padded with zeroes > > when its length needs to be increased. + horms> a better fix for this is + horms> http://mirror.local.valinux.co.jp/linux/kernel/v2.6/ChangeLog-2.6.15 + horms> 192_orinoco-info-leak.diff is missing the ALIGN macro which is not + horms> defined elsewhere in 2.4. + horms> is added by 192_orinoco-info-leak-2.diff upstream: released (2.6.13.4) linux-2.6: pending [orinoco-info-leak.patch] 2.6.8-sarge-security: pending (2.6.8-16sarge2) [orinoco-info-leak.dpatch] -2.4.27-sid/sarge: released (2.4.27-12) [192_orinoco-info-leak.diff] -2.4.27-sarge-security: pending [192_orinoco-info-leak.diff] +2.4.27: pending (2.4.27-13) [192_orinoco-info-leak.diff, 192_orinoco-info-leak-2.diff] +2.4.27-sarge-security: pending (2.4.27-10sarge2) [192_orinoco-info-leak.diff, 192_orinoco-info-leak-2.diff] 2.4.19-woody-security: 2.4.18-woody-security: 2.4.17-woody-security: _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

