s2n-tls icon indicating copy to clipboard operation
s2n-tls copied to clipboard

Add fuzz tests with random allocation failures

Open raycoll opened this issue 8 years ago • 0 comments

The goal of this fuzzing mode would ensure we fail in a reasonable way when the underlying malloc/realloc fails.

One way to approach this would be to use LD_PRELOAD. Similar to https://github.com/awslabs/s2n/tree/master/tests/fuzz/LD_PRELOAD

raycoll avatar Nov 10 '16 20:11 raycoll