• Show log

    Commit

  • Hash : 68deb2cc
    Author : Patrick Steinhardt
    Date : 2018-10-18T11:37:10

    util: remove unsafe `git__strtol64` function
    
    The function `git__strtol64` does not take a maximum buffer length as
    parameter. This has led to some unsafe usages of this function, and as
    such we may consider it as being unsafe to use. As we have now
    eradicated all usages of this function, let's remove it completely to
    avoid future misuse.