]> git.ipfire.org Git - thirdparty/git.git/commit
diff --color-moved-ws: fix out of bounds string access
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Thu, 4 Oct 2018 10:07:42 +0000 (11:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Oct 2018 05:48:07 +0000 (22:48 -0700)
commitcf074a9b0e589bad8e6b210ac1e3a4714463f7db
tree3e82fe484e9cad95389df5ec3b688ddb1aa50038
parent74d156f4a1b1d563b422127ee347eaa348973a0c
diff --color-moved-ws: fix out of bounds string access

When adjusting the start of the string to take account of the change
in indentation the code was not checking that the string being
adjusted was in fact longer than the indentation change. This was
detected by asan.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Reviewed-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c