Skip to content

Commit

Permalink
Merge pull request #31 from Karthikdasari0423/patch-2
Browse files Browse the repository at this point in the history
Update fuzzer.c
  • Loading branch information
huitema authored Jul 25, 2024
2 parents 8c15c9f + 5ff5558 commit e490bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/fuzzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ int frame_header_fuzzer(uint64_t fuzz_pilot,
uint64_t frame_id64;
if (picoquic_frames_varint_decode(frame_byte, frame_max, &frame_id64) != NULL) {
switch (frame_id64) {
case picoquic_frame_type_ack_mp:
case picoquic_frame_type_ack_mp_ecn:
case picoquic_frame_type_mp_ack:
case picoquic_frame_type_mp_ack_ecn:
ack_frame_fuzzer(fuzz_pilot, frame_byte, frame_max);
break;
case picoquic_frame_type_ack_frequency:
Expand Down Expand Up @@ -730,4 +730,4 @@ uint32_t fuzi_q_fuzzer(void* fuzz_ctx, picoquic_cnx_t* cnx,
}

return fuzzed_length;
}
}

0 comments on commit e490bb0

Please sign in to comment.