Commit Graph

1 Commits

Author SHA1 Message Date
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