• Show log

    Commit

  • Hash : 3e9e6cda
    Author : Russell Belfer
    Date : 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.