Commit Graph

4 Commits

Author SHA1 Message Date
DavidKorczynski 89f9287918
tensorflow-py: fix build (#6699) 2021-10-30 16:07:57 +01:00
Fabian Meumertzheim 10e888b561
[all] Make fuzz targets world executable (#5751)
Making fuzz targets only user executable as the root user makes them
non-executable outside the container, e.g. in the oss-fuzz/build/ dir.
2021-05-12 07:03:21 -07:00
Amit Patankar df1fc93433
Switch TensorFlow Python pip package (#4984) 2021-01-15 11:44:53 -08:00
Amit Patankar 18b0f956ed
Create a new Python fuzzing project for tensorflow (#4958)
* Create a new Python fuzzer for tensorflow.

* Add license headers.

* Remove an unnecessary numpy install.

* Fix the path for the temporary rename.

* Specify the supported fuzzers and sanitizers.

* Remove the undefined fuzzer.

* Resolving comments by inferno-chromium.

* Fixed the check_build hang. Manually adding numpy shared objects and preloading them to avoid a dependency load deadlock.

* Undo the removal of source code or else no fuzzers will be found.
2021-01-14 18:11:49 -08:00