util.c
14.8 KB
-
Add safe memset and use it · 3e9e6cda
This adds a `git__memset` routine that will not be optimized away and updates the places where I memset() right before a free() call to use it.
Russell Belfer committed
This adds a `git__memset` routine that will not be optimized away and updates the places where I memset() right before a free() call to use it.