aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentNWatchNBreak.py
diff options
context:
space:
mode:
authorAndrew Griffiths <andrew@calif.io>2026-09-06 20:44:35 +0000
committerMark Johnston <markj@FreeBSD.org>2026-09-25 16:50:42 +0000
commitcb035c19c3e76d547eb7d4bca1f1106b117c27a0 (patch)
tree196bdf1dd03b7c66ef31f48d854dc8d0d750b1bf /packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentNWatchNBreak.py
parent4523cbbfef79eb63e287d9ebd88d9f3ebd885ba1 (diff)
ipfilter: fix inverted range check on the lookup iterator unitHEADmain
ipf_lookup_iterate() validates iter.ili_unit with if (iter.ili_unit < IPL_LOGALL && iter.ili_unit > IPL_LOGMAX) or alternatively, if (iter.ili_unit < -1 && iter.ili_unit > 7) ipf_lookup_add(), ipf_lookup_delete(), ipf_lookup_stats() ipf_lookup_flush() validate with a || Submitted by calif.io for the OpenAI Patch The Planet program Signed-off-by: Andrew Griffiths <andrew@calif.io> Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D59726
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentNWatchNBreak.py')
0 files changed, 0 insertions, 0 deletions