diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-05-07 00:02:53 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-06 21:34:32 -0700 |
commit | be65e7d9fbd3ae6fc097cedade2afe39805fcf4e (patch) | |
tree | a9d0e6f6d4fc4a75eecdeafc20cf60d9b94883ee /mktree.c | |
parent | bd886fd3ea49b726493255d4adf5d20b31681713 (diff) | |
download | git-be65e7d9fbd3ae6fc097cedade2afe39805fcf4e.tar.gz git-be65e7d9fbd3ae6fc097cedade2afe39805fcf4e.tar.xz |
Fix users of prefix_path() to free() only when necessary
Unfortunately, prefix_path() sometimes returns a newly xmalloc()ed buffer,
and in other cases it returns a substring!
For example, when calling
git update-index ./hello.txt
prefix_path() returns "hello.txt", but does not allocate a new buffer. The
original code only checked if the result of prefix_path() was different from
what was passed in, and thusly trigger a segmentation fault.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'mktree.c')
0 files changed, 0 insertions, 0 deletions