diff options
author | Lukas Fleischer <git@cryptocrack.de> | 2015-01-12 20:59:26 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-13 10:05:53 -0800 |
commit | a46442f1675722eb68238b329a4a285f03f41dda (patch) | |
tree | 4e8a08097bd0bf0ce93dd5b57b9150d0d36e32c8 /builtin/hash-object.c | |
parent | use xstrdup_or_null to replace ternary conditionals (diff) | |
download | tgif-a46442f1675722eb68238b329a4a285f03f41dda.tar.xz |
blame.c: fix garbled error message
The helper functions prepare_final() and prepare_initial() return a
pointer to a string that is a member of an object in the revs->pending
array. This array is later rebuilt when running prepare_revision_walk()
which potentially transforms the pointer target into a bogus string. Fix
this by maintaining a copy of the original string.
Signed-off-by: Lukas Fleischer <git@cryptocrack.de>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/hash-object.c')
0 files changed, 0 insertions, 0 deletions