From 392ce7db1eccf5e2eacb074195ea7f5016f70259 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 2 Aug 2015 23:43:12 -0400 Subject: Fix two crashes in the BER decoder found with afl. One a read at 0 of an empty vector, the other causing allocation of an arbitrary amount of memory. --- src/tests/data/fuzz/x509/afl_043.pem | Bin 0 -> 624 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/tests/data/fuzz/x509/afl_043.pem (limited to 'src/tests/data/fuzz/x509/afl_043.pem') diff --git a/src/tests/data/fuzz/x509/afl_043.pem b/src/tests/data/fuzz/x509/afl_043.pem new file mode 100644 index 000000000..56b0ddead Binary files /dev/null and b/src/tests/data/fuzz/x509/afl_043.pem differ -- cgit v1.2.3