File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
binary_only/tinyinst_simple/test
inprocess/libfuzzer_libpng_launcher/src/bin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ char *crash = NULL;
118118#ifdef __cplusplus
119119extern " C"
120120#endif // __cplusplus
121- void FUZZ_TARGET_MODIFIERS fuzz (char *name) {
121+ void FUZZ_TARGET_MODIFIERS
122+ fuzz (char *name) {
122123 char *sample_bytes = NULL ;
123124 uint32_t sample_size = 0 ;
124125
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ pub fn main() {
2323 . silence ( true )
2424 . parse_args ( & args)
2525 . expect ( "Failed to parse the command line" )
26- . link_staticlib ( & dir, "libfuzzer_libpng" )
2726 . add_configuration ( Configuration :: GenerateCoverageMap )
2827 . add_configuration ( Configuration :: Compound ( vec ! [
2928 Configuration :: GenerateCoverageMap ,
You can’t perform that action at this time.
0 commit comments