Commit Graph

5 Commits

Author SHA1 Message Date
Catena cyber ef223dc0ca
ngolo-fuzzing-x: do not remove generated fuzz targets (#9903)
They will be used for coverage
2023-03-10 21:53:13 +00:00
Catena cyber df358b948a
Ngolo coverage through corpus (#9807)
More corpus for ngolo-fuzzing

By running `go test` in a dummy package copying the files from the real
package, so as to avoid imports cycles
2023-02-27 16:58:22 +11:00
Catena cyber 05d03d3f5a
ngolo-fuzzing: generate corpus for targets (#9783)
Should allow to find new bugs such as
https://github.com/golang/go/issues/58642
2023-02-23 07:26:16 -08:00
Catena cyber 5aa6060424
ngolo-fuzzing: fix coverage build for x packages (#9761)
Means to fix
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53810&q=label%3AProj-ngolo-fuzzing

Also renames the fuzz targets from `fuzz_x_tiff` to `fuzz_x_image_tiff`
2023-02-20 08:21:41 -08:00
Catena cyber ee87a8ebcc
ngolo-fuzzing: cleans while building (#9038)
cc @jonathanmetzman 
This should consume less hard drive space for the build...
2022-11-23 08:27:32 -05:00