• Show log

    Commit

  • Hash : 2613fbb2
    Author : Patrick Steinhardt
    Date : 2018-10-18T11:58:14

    global: replace remaining use of `git__strtol32`
    
    Replace remaining uses of the `git__strtol32` function. While these uses
    are all safe as the strings were either sanitized or from a trusted
    source, we want to remove `git__strtol32` altogether to avoid future
    misuse.