Adds explicit include to stdlib.h for abort

This commit is contained in:
Philippe Antoine 2020-01-22 16:22:36 +01:00
parent 7d4bd6f15f
commit 8b1ed1cf0e
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include <stdint.h>
#include <stdlib.h>
#include "mbedtls/pk.h"
//4 Kb should be enough for every bug ;-)

View file

@ -1,4 +1,5 @@
#include <stdint.h>
#include <stdlib.h>
#include "mbedtls/pk.h"
int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {