Commit 3e9e6cdaff8acb11399736abbf793bf2d000d037

Russell Belfer 2013-06-07T09:54:33

Add safe memset and use it 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.