-
- Downloads
Code to disable memory sentinels for fuzzing
This feature makes it possible to turn off memory sentinels (like those used for safety in buffers.c and memarea.c) when fuzzing, so that we can catch bugs that they would otherwise prevent.
Showing
- changes/bug21439 7 additions, 0 deletionschanges/bug21439
- configure.ac 7 additions, 0 deletionsconfigure.ac
- src/common/memarea.c 91 additions, 0 deletionssrc/common/memarea.c
- src/or/buffers.c 9 additions, 1 deletionsrc/or/buffers.c
- src/test/test_util.c 7 additions, 0 deletionssrc/test/test_util.c
Loading
Please register or sign in to comment