Merge branch 'tg/memfixes'
authorJunio C Hamano <gitster@pobox.com>
Sat, 7 Oct 2017 07:27:54 +0000 (16:27 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Oct 2017 07:27:54 +0000 (16:27 +0900)
commit98c03a0de83f5b5a98ac25d5639f647559c0e619
treec28f2bc0c760defc3fc39f5c6768100072bd2adc
parentcfa0fd0ffc7ae5edcef0615e49b995f3699c07eb
parent2944a94c6b74d3941f63d1f4eee5bdfbbf5cd400
Merge branch 'tg/memfixes'

Fixes for a handful memory access issues identified by valgrind.

* tg/memfixes:
  sub-process: use child_process.args instead of child_process.argv
  http-push: fix construction of hex value from path
  path.c: fix uninitialized memory access
http-push.c
path.c
sub-process.c