Merge branch 'js/packet-read-line-check-null' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:30 +0000 (13:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:30 +0000 (13:34 -0800)
commit6ba237b284be036c67dbdf9d4e378a81121c3f0e
tree8b994b05a2dfa1303625dd9ae9a7d693099a1c28
parent27ebf001a10c883d40177eaf4f327f26f4d0fccc
parentbb1356dc643e1488ccc1924ab674f6cbbe615f74
Merge branch 'js/packet-read-line-check-null' into next

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