Files
git/diffcore-pickaxe.c
Johannes Schindelin a264f55769 diff_grep: add assertions verifying that the buffers are NUL-terminated
Before calling regexec() on the file contents, we better be certain that
the strings fulfill the contract of C strings assumed by said function.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-09-05 17:22:53 +02:00

6.1 KiB