mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
ipp2p: try to address underflows
Report by: Christian Blum <chrblum@users.sourceforge.net> "I have found that they panic in an interrupt within xt_ipp2p, function search_all_gnu(). It's a bounds checking problem; when I add this [a check for plen >= 65535] at the beginning [of the function] the servers run fine (very similar to find_all_kazaa())."
This commit is contained in:
@@ -3,6 +3,7 @@ HEAD
|
||||
====
|
||||
- build: compile fixes for 2.6.31-rt
|
||||
- build: support for Linux 2.6.32
|
||||
- ipp2p: try to address underflows
|
||||
- psd: avoid potential crash when dealing with non-linear skbs
|
||||
- merge xt_ACCOUNT userspace utilities
|
||||
|
||||
|
Reference in New Issue
Block a user