]> git.neil.brown.name Git - git.git/commit
Merge branch 'vn/line-log-memcpy-size-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Mar 2017 20:56:42 +0000 (13:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Mar 2017 20:56:42 +0000 (13:56 -0700)
commit3d0449ded882cb59257a02a50a212d2e49eca634
tree753a2f94f2f1b82a056f11dc6f1c829927594964
parentc5bd9e5a97ab987334b8dead3ffd353332014949
parent07f546cda5d818780821a371f011eb253646ddc3
Merge branch 'vn/line-log-memcpy-size-fix' into maint

The command-line parsing of "git log -L" copied internal data
structures using incorrect size on ILP32 systems.

* vn/line-log-memcpy-size-fix:
  line-log: use COPY_ARRAY to fix mis-sized memcpy
line-log.c