-
-
Notifications
You must be signed in to change notification settings - Fork 957
Commit 096851b
Gracefully handle
Fuzzing inputs sometimes produce directory paths that are protected
inside the fuzzer execution environment. This is not an issue in
GitPython's code, so it should not crash the fuzzer.
Fixes OSS-Fuzz Issue 69456:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69870 PermissionError
exceptions that crash fuzzer1 parent a621ff0 commit 096851b
1 file changed
+1
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | + | ||
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
|
0 commit comments