Remove comment suggesting the `undefined` sanitizer is a valid option · gitpython-developers/GitPython@23a505f · GitHub
Skip to content

Commit 23a505f

Browse files
committed
Remove comment suggesting the undefined sanitizer is a valid option
Also makes come structural improvements to how the local instructions for running OSS-Fuzz are presented now that only the single `address` sanitizer is a valid option. The `undefined` sanitizer was removed from GitPython's `project.yaml` OSS-Fuzz configuration file at the request of OSS-Fuzz project reviewers in google/oss-fuzz#11803. The `undefined` sanitizer is only useful in Python projects that use native exstensions (such as C, C++, Rust, ect.), which GitPython does not currently do. This commit updates the `fuzzing/README` reference to that sanitizer accoirdingly. See: - google/oss-fuzz@b210fb2 - google/oss-fuzz#11803 (comment)
1 parent a30f9b9 commit 23a505f

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

fuzzing/README.md

Lines changed: 13 additions & 15 deletions

0 commit comments

Comments
 (0)