commit | 3513f2dd8b9c101dcecee6145a7eac62297ca1c8 | [log] [tgz] |
---|---|---|
author | Jeremy Sowden <jeremy@azazel.net> | Sun Jun 11 12:34:29 2023 +0100 |
committer | Phil Sutter <phil@nwl.cc> | Fri Jun 16 13:31:25 2023 +0200 |
tree | a33f13ebd027dbf44bbf19dc61d44955aea245c8 | |
parent | f6d6ad24354ecd2997a48ba51b12e7dc34addd15 [diff] |
man: string: document BM false negatives For non-linear skb's there's a possibility that the kernel's Boyer-Moore text-search implementation may miss matches. There's a warning about this in the kernel source. Include that warning in the man-page. Link: https://bugzilla.netfilter.org/show_bug.cgi?id=1390 Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Phil Sutter <phil@nwl.cc>