Actions
Security #6187
openDetectEngineReload: handle allocation failures
Affected Versions:
Label:
CVE:
Git IDs:
Severity:
MODERATE
Disclosure Date:
Description
Currently, we `BUG_ON` allocation failures
It looks plausible to run out of memory when trying to reload rules...
Found by nallocfuzz
Updated by Philippe Antoine over 1 year ago
- Copied from Security #5851: rust: handle allocation failures added
Updated by Philippe Antoine over 1 year ago
- Copied to Optimization #6188: ConfYamlLoadString: handle allocation failures added
Updated by Victor Julien 9 months ago
- Status changed from New to Assigned
- Priority changed from Low to Normal
Updated by Philippe Antoine 9 months ago
I think this one can be postponed after 8
Updated by Victor Julien about 1 month ago
- Target version changed from 8.0.0-beta1 to 9.0.0-beta1
Additionally to handling the C asserts, we have the problem of Rust panic catching.
Actions