• Show log

    Commit

  • Hash : 8991a328
    Author : Stefan Sperling
    Date : 2021-08-26T07:08:48

    add a missing bounds-check in got-fetch-pack when parsing server response
    
    The tokenize_refline() function could end up reading past the end of
    the buffer if the refline is not terminated with whitespace or \0.