Merge branch 'jk/snprintf-truncation'
commit7c3d15fe3113cf48db60656eedd152c46f47bf6b
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 12:51:27 +0000 (30 21:51 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 12:51:28 +0000 (30 21:51 +0900)
treeafcbf8eb2ae30d903c3649aab8093a8c3a8f4b82
parentb2fd6592943db80ef9bfccbf55d65a39268d76ed
parentac4896f007a624c12feda866aeb4abe8a1394e39
Merge branch 'jk/snprintf-truncation'

Avoid unchecked snprintf() to make future code auditing easier.

* jk/snprintf-truncation:
  fmt_with_err: add a comment that truncation is OK
  shorten_unambiguous_ref: use xsnprintf
  fsmonitor: use internal argv_array of struct child_process
  log_write_email_headers: use strbufs
  http: use strbufs instead of fixed buffers
fsmonitor.c
http.c
http.h
log-tree.c
refs.c
usage.c