mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-16 17:51:16 +01:00
Another Tweak to the NFQUEUE parser
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f227250959
commit
0a45c7a646
@ -481,7 +481,7 @@ sub handle_nfqueue( $$ ) {
|
||||
|
||||
$params = '' unless defined $params;
|
||||
|
||||
my ( $queue, $bypass, $junk ) = split ',', $params;
|
||||
my ( $queue, $bypass, $junk ) = split ',', $params, 3;
|
||||
|
||||
fatal_error "Invalid NFQUEUE parameter list" if defined $junk;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user