Tag

  • Show log

    Commit

  • Hash : 1196de4f
    Author : Edward Thomson
    Date : 2021-08-31T15:22:44

    util: introduce `git__strlcmp` Introduce a utility function that compares a NUL terminated string to a possibly not-NUL terminated string with length. This is similar to `strncmp` but with an added check to ensure that the lengths match (not just the `size` portion of the two strings).