commit | 65d41d48a4e4e795d64dd7842a44d693b741bf31 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Fri Jan 29 05:28:44 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jan 29 09:52:21 2010 -0800 |
tree | 3da4b0052c10b5468c83b52dc990801d8cbdc9da | |
parent | 35eabd1579726d594e84fc8328a5c87693dd065a [diff] |
fix memcpy of overlapping area Caught by valgrind in t5500, but it is pretty obvious from reading the code that this is shifting elements of an array to the left, which needs memmove. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>