]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/packet-read-line-check-null'
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:33:54 +0000 (10:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:33:55 +0000 (10:33 -0800)
commit2fb346c06a0160cac185ad57368c04c17c2578ac
tree2574f86d599946d9a364f3103578696013091f15
parent8b49408421bba8a928c207991bc197a226b65782
parentbb1356dc643e1488ccc1924ab674f6cbbe615f74
Merge branch 'js/packet-read-line-check-null'

Some low level protocol codepath could crash when they get an
unexpected flush packet, which is now fixed.

* js/packet-read-line-check-null:
  always check for NULL return from packet_read_line()
  correct error messages for NULL packet_read_line()
fetch-pack.c
remote-curl.c