Skip to content
Snippets Groups Projects
Commit 7b6e02a4 authored by Toby Murray's avatar Toby Murray
Browse files

note

parent 8f9779e5
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@
#include "debug.h"
/*
FIXME: the save command is a DoS. Allow this to be turned off
and ensure it is turned off when testing student submissions
*/
#ifdef PASSBOOK_LIBFUZZER
#include <stdint.h>
const char LIBFUZZER_INPUT_FILE[] = "libFuzzerInput.tmp";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment