Actions
Bug #6302
closedaf-packet: fails to handle null bpf-filter
Affected Versions:
Effort:
Difficulty:
Label:
Description
Commit 587c326d736851ea169d500b2989c94fc6a64521 updated the YAML parser to treat "NULL" YAML values (~, null, and empty string) as actual NULL values. This has the side affect that some fields that once had a value, may now be NULL.
Such is the case for handling BPF filter set in inputs.
Updated by Jason Ish about 1 year ago
- Status changed from New to In Review
PR for review: https://github.com/OISF/suricata/pull/9468, however, note comment in PR.
Updated by Shivani Bhardwaj about 1 year ago
- Related to Bug #6303: conf: an empty child node is not checked for NULL added
Updated by Jason Ish about 1 year ago
- Status changed from In Review to Rejected
- Target version changed from TBD to 7.0.2
Fixed by #6303.
Actions