Skip to content

Commit

Permalink
instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Dec 11, 2018
1 parent a579412 commit 52e393a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jrtcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ uint32_t janus_rtcp_get_remb(char *packet, int len) {
}

// clang -g -fsanitize=address,fuzzer jrtcp.c -o jrtcp
// to fuzz: ./jrtcp
// to reproduce a crash: ./jrtcp crash-file
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
janus_rtcp_get_remb((char *) data, size);
return 0;
Expand Down

0 comments on commit 52e393a

Please sign in to comment.