Add a patch to avoid using uninitialized data as random source
sysctl() doesn't guarantee to copy data when the destination buffer isn't large enough. Makes Valgrind a lot easier to use on BSD systems by remove at tonne of violations.
Showing
- 3rdp/build/CMakeLists-cl.txt 1 addition, 0 deletions3rdp/build/CMakeLists-cl.txt
- 3rdp/build/CMakeLists.txt 1 addition, 0 deletions3rdp/build/CMakeLists.txt
- 3rdp/build/GNUmakefile 2 additions, 1 deletion3rdp/build/GNUmakefile
- 3rdp/build/cl-size-doesnt-mean-copied.patch 13 additions, 0 deletions3rdp/build/cl-size-doesnt-mean-copied.patch
Loading
Please register or sign in to comment