diff options
author | Tay Ray Chuan <rctay89@gmail.com> | 2009-06-06 16:43:26 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-06 10:30:16 -0700 |
commit | 16493eb0d0da26f80286b39c7b6900e261744afa (patch) | |
tree | 0bb792b08d7d27741aa2c2f4d5dc5fc97117ce26 /builtin-annotate.c | |
parent | allow OFS_DELTA objects during a push (diff) | |
download | tgif-16493eb0d0da26f80286b39c7b6900e261744afa.tar.xz |
http*: cleanup slot->local after fclose
Set slot->local to NULL after doing a fclose() on the file it points
to. This prevents the passing of a FILE* pointer to a fclose()'d file
to ftell() in http.c::run_active_slot().
This issue was raised by Clemens Buchacher on 30th May 2009:
http://www.spinics.net/lists/git/msg104623.html
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions