From 67e2219f099ac591ba0920ffe9571d7012639def Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Sun, 7 Aug 2005 05:47:48 +0000 Subject: [PATCH] 2.6.12.4 closes #321401 (CAN-2005-2456). svn path=/trunk/kernel/source/linux-2.6/; revision=3706 --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bcc9ab5a3..26fbc62bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,7 +24,8 @@ linux-2.6 (2.6.12-2) UNRELEASED; urgency=low - Fix early vlan adding leads to not functional device - sys_get_thread_area does not clear the returned argument - bio_clone fix - - Fix possible overflow of sock->sk_policy + - Fix possible overflow of sock->sk_policy (CAN-2005-2456) + (closes: #321401) - Wait until all references to ip_conntrack_untracked are dropped on unload - Fix potential memory corruption in NAT code (aka memory NAT)