Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit23a505f
committed
Remove comment suggesting the
Also makes come structural improvements to how the local instructionsfor 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 reviewersingoogle/oss-fuzz#11803.The `undefined` sanitizer is only useful in Python projects that usenative exstensions (such as C, C++, Rust, ect.), which GitPython doesnot currently do. This commit updates the `fuzzing/README` reference tothat sanitizer accoirdingly.See:-google/oss-fuzz@b210fb2-google/oss-fuzz#11803 (comment)undefined
sanitizer is a valid option1 parenta30f9b9 commit23a505f
1 file changed
+13
-15
lines changedLines changed: 13 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
| 132 | + | |
144 | 133 |
| |
145 | 134 |
| |
146 | 135 |
| |
147 | 136 |
| |
148 | 137 |
| |
149 | 138 |
| |
150 | 139 |
| |
151 |
| - | |
| 140 | + | |
152 | 141 |
| |
153 | 142 |
| |
154 | 143 |
| |
| |||
160 | 149 |
| |
161 | 150 |
| |
162 | 151 |
| |
163 |
| - | |
| 152 | + | |
164 | 153 |
| |
165 | 154 |
| |
166 |
| - | |
167 | 155 |
| |
168 | 156 |
| |
169 | 157 |
| |
170 | 158 |
| |
171 | 159 |
| |
172 | 160 |
| |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
173 | 171 |
| |
174 | 172 |
| |
175 | 173 |
| |
|
0 commit comments
Comments
(0)