author | Jeff King <peff@peff.net> | |
Fri, 29 Jan 2010 10:28:44 +0000 (05:28 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 29 Jan 2010 17:52:21 +0000 (09:52 -0800) | ||
commit | 65d41d48a4e4e795d64dd7842a44d693b741bf31 | |
tree | 3da4b0052c10b5468c83b52dc990801d8cbdc9da | tree | snapshot |
parent | 35eabd1579726d594e84fc8328a5c87693dd065a | commit | 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>
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>
commit.c | diff | blob | history |