| commit | 5c7d02d73b12aa96ff5bc27f3695d3fe3c6b1dd7 | [log] [tgz] |
|---|---|---|
| author | Philippe Antoine <contact@catenacyber.fr> | Fri Nov 21 22:12:56 2025 +0100 |
| committer | Cosmin Truta <ctruta@gmail.com> | Wed Dec 03 20:49:47 2025 +0200 |
| tree | f8174a5f306953213ccf47741559ffe18d34593a | |
| parent | 5b159aed75e9d02d065026b8eeefcfc8b7c6b8e4 [diff] |
oss-fuzz: Add allocation failure fuzzing via nalloc Integrate nalloc fuzzing to systematically test error handling paths when memory allocations fail. This technique previously found a memory leak in pCAL chunk handling and is already in production use via OSS-Fuzz on libwebp and libssh. This is enabled via the `_nalloc` target suffix or the `NALLOC_FREQ` environment variable. Reviewed-by: Cosmin Truta <ctruta@gmail.com> Signed-off-by: Cosmin Truta <ctruta@gmail.com>