Changes between Version 9 and Version 10 of GSoC/2018
- Timestamp:
- 01/18/18 02:19:18 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2018
v9 v10 51 51 To get rid of cryptic bugs, implement Fuzz testing which is a well-known technique for uncovering various kinds of programming errors in software. Many of these detectable errors (e.g. buffer overflow) can have serious security implications. 52 52 53 Already used in [https://github.com/google/oss-fuzz/tree/master/projects/gdal GDAL f izz]53 Already used in [https://github.com/google/oss-fuzz/tree/master/projects/gdal GDAL fuzz] 54 54 55 55 * Requirements: C and/or Python