[patch 03/32] EBTABLES: Fix wraparounds in ebt_entries verification.

2006-12-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Al Viro <[EMAIL PROTECTED]> We need to verify that a) we are not too close to the end of buffer to dereference b) next entry we'll be checking won't be _before_ our While we are at

[patch 03/32] EBTABLES: Fix wraparounds in ebt_entries verification.

2006-12-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Al Viro [EMAIL PROTECTED] We need to verify that a) we are not too close to the end of buffer to dereference b) next entry we'll be checking won't be _before_ our While we are at