Commit Graph

6 Commits

Author SHA1 Message Date
DavidKorczynski 8968a41910
lcms: add extended transform fuzzer (#8050) 2022-07-21 11:31:09 +01:00
DavidKorczynski f5cc525073
lcms: fix fuzz introspector builds (#8031)
Current build fails because of the use of linking to dynamically shared libaries in examples of lcms. This conflicts with fuzz introspector and I assume this is because the creation of the dynamially shared libraries makes the lto-compiled objects into binary executables. This fixes it by forcing static linking for all compiled examples in the lcms build process.
2022-07-19 18:39:20 -07:00
Ravi Jotwani 07fbdfb29b
[lcms] Add new fuzzer (#4109)
* added new cms_transform_fuzzer, getting code instrumentation error

* build working, renamed new fuzzer
2020-07-10 19:26:12 -07:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Mike Aizatsky 3dd707ed58 [infra] using -lFuzzingEngine instead of -lfuzzer 2016-12-07 11:41:08 -08:00
Mike Aizatsky a143b9b39a [infra] renaming targets/ to projects/ 2016-11-29 10:55:25 -08:00