Fix buffer overflow in git diff
commitfd55a19eb1d49ae54008d932a65f79cd6fda45c9
authorDmitry Potapov <dpotapov@gmail.com>
Wed, 16 Jul 2008 14:54:02 +0000 (16 18:54 +0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2008 21:03:24 +0000 (16 14:03 -0700)
tree924e7874961e54d268e36a1e71b6b88414dc421b
parent620e2bb93785ed8eb60846d94fd4753d4817c8ec
Fix buffer overflow in git diff

If PATH_MAX on your system is smaller than a path stored, it may cause
buffer overflow and stack corruption in diff_addremove() and diff_change()
functions when running git-diff

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff-lib.c
diff.c
diff.h
revision.c
tree-diff.c