Actions
Bug #7172
closeddetect/integers: do not bother to free NULL pointer on setup/parse failure
Affected Versions:
Effort:
Difficulty:
Label:
Description
Cf https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=70118
As rust asserts on unboxing a NULL pointer unsafe precondition(s) violated: NonNull::new_unchecked requires that the pointer is non-null
Actions