]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/rerere-xsnprintf'
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2016 18:13:33 +0000 (10:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2016 18:13:33 +0000 (10:13 -0800)
Some calls to strcpy(3) triggers a false warning from static
analysers that are less intelligent than humans, and reducing the
number of these false hits helps us notice real issues.  A few
calls to strcpy(3) in "git rerere" that are already safe has been
rewritten to avoid false wanings.

* jk/rerere-xsnprintf:
  rerere: replace strcpy with xsnprintf

1  2 
rerere.c

diff --cc rerere.c
Simple merge