diff options
author | René Scharfe <l.s.r@web.de> | 2018-10-01 21:16:01 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-23 07:57:47 +0900 |
commit | 8628ace2691510dc856e2a9c735706fa8f0620e1 (patch) | |
tree | c181c4c78406040d5fb424175d6473bcc2c095f2 /Documentation/RelNotes/1.6.4.1.txt | |
parent | commit-reach: fix memory and flag leaks (diff) | |
download | tgif-8628ace2691510dc856e2a9c735706fa8f0620e1.tar.xz |
commit-reach: fix cast in compare_commits_by_gen()
The elements of the array to be sorted are commit pointers, so the
comparison function gets handed references to these pointers, not
pointers to commit objects. Cast to the right type and dereference
once to correctly get the commit reference.
Found using Clang's ASan and t5500.
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.6.4.1.txt')
0 files changed, 0 insertions, 0 deletions