2.6.12.4 closes #321401 (CAN-2005-2456).

svn path=/trunk/kernel/source/linux-2.6/; revision=3706
This commit is contained in:
Andres Salomon 2005-08-07 05:47:48 +00:00
parent 348934df5e
commit 67e2219f09
1 changed files with 2 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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)