Skip to content

Commit

Permalink
Merge pull request #58 from trailofbits/fcasal-patch-1
Browse files Browse the repository at this point in the history
Add missing include to harness
  • Loading branch information
ahpaleus authored Aug 19, 2024
2 parents 63a0e9a + 5fb217d commit 0e18eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/fuzzing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ main.rs (Rust): Example code with a bug that causes an abort. The `check_buf` fu
{{< tab "C/C++" >}}
```C++
#include <stdint.h>
#include <stdlib.h>

void check_buf(char *buf, size_t buf_len);

Expand Down

0 comments on commit 0e18eef

Please sign in to comment.