-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Tokenizer::int64() parsing of "0" when guessing base (#1842)
Known bug victims in current code were tcp_outgoing_mark, mark_client_packet, clientside_mark, and mark_client_connection directives as well as client_connection_mark and (deprecated) clientside_mark ACLs if they were configured to match a zero mark using "0" or "0/..." syntax: ERROR: configuration failure: NfMarkConfig: invalid value '0/10'... exception location: NfMarkConfig.cc(23) getNfmark Probably broken since 2014 commit 01f2137.
- Loading branch information
1 parent
314e430
commit 8cc5e88
Showing
2 changed files
with
309 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters