Adding fuzz data producer for uint32 and using in decompress_fuzzer
authorbimbashrestha <bimbashrestha@devvm1191.atn1.facebook.com>
Fri, 16 Aug 2019 17:50:46 +0000 (10:50 -0700)
committerbimbashrestha <bimbashrestha@devvm1191.atn1.facebook.com>
Fri, 16 Aug 2019 17:50:46 +0000 (10:50 -0700)
commitfad8c97532f74d92f6aa4427a739610035fcbbd1
tree1d2dea807a17c6f08b6f7b4b65f8cf44fe4df2bf
parentfdf2ef5809ca875c454510610764d9125ef2ebbd
Adding fuzz data producer for uint32 and using in decompress_fuzzer

Summary: Consuming bytes from the end of data instead of from the front to prevent "all-in-one" decisions.

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
ossfuzz/decompress_fuzzer.c
ossfuzz/fuzz_data_producer.h [new file with mode: 0644]