Commit Graph

7 Commits

Author SHA1 Message Date
mvatsyk-lsg 3c4e2c6724
XZ: update build.sh (#11279)
Update build.sh to support 11 new fuzzing targets, added to the XZ
repository in the [following pull
request.](https://github.com/tukaani-project/xz/pull/73)
2023-12-12 10:55:27 +00:00
Jia Tan d2e42b2e48
xz: Disable ifunc to fix Issue 60259. (#10667)
Indirect function support was added to xz on machines that support it
for function dispatching. ifunc is not compatible with
-fsanitize=address, so this should be disabled for fuzzing builds.
2023-07-07 10:01:15 -04:00
Jia Tan 6403e93344
XZ updates (#9960)
Let me know if you would rather have the commits squashed into one, or
separated into multiple PRs. This should address:

- Changing the primary contact email address. This will give the XZ
Utils maintainers access to the filed bugs in the issue tracker since
the previous primary contact email address was not associated with a
Google account.
- Updated the main repository URL. The project recently moved to GitHub
as the main repository. The old repository will still be a mirror, but
it will be updated with a slight delay.
- Fixed [build
issue](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57241) by
adding an extra argument to the autogen.sh script.
2023-03-20 11:21:06 -04:00
Max Moroz 92832c38a8
[xz] Fix fuzzing build. (#3483)
As suggested in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20619#c8
2020-03-09 12:23:26 -07:00
Max Moroz 0b95fe1039
Revert "[xz] Apply a harmless local patch to migrate to $LIB_FUZZING_ENGINE. (#3252)" (#3260)
This reverts commit 13555d96ab.
2020-01-21 08:23:42 -08:00
Max Moroz 13555d96ab
[xz] Apply a harmless local patch to migrate to $LIB_FUZZING_ENGINE. (#3252) 2020-01-17 14:00:54 -08:00
Bhargava Shastry eb52530096 xz: Add the xz/lzma decompressor to oss-fuzz (#1919) 2018-11-02 16:51:39 -07:00