Subj : 3rdp/build/cl-size-doesnt-mean-copied.patch3rdp/build/CMakeLists-cl.tx To : Git commit to main/sbbs/master From : Deucе Date : Sun Jan 19 2025 11:08 pm https://gitlab.synchro.net/main/sbbs/-/commit/cf632ed4941e6f2646d41fd7 Added Files: 3rdp/build/cl-size-doesnt-mean-copied.patch Modified Files: 3rdp/build/CMakeLists-cl.txt CMakeLists.txt GNUmakefile Log Message: 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. .