Re: [PATCH] Fix crash when using path limit

2016-11-24 Thread Jason A. Donenfeld
Hi Lukas, Seems fine to me. Queue it up. Jason ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

Re: [PATCH] Fix crash when using path limit

2016-11-24 Thread Florian Pritz
On 24.11.2016 20:16, Lukas Fleischer wrote: > The array passed to setup_revisions() must be NULL-terminated. Fixes a > regression introduced in 455b598 (ui-patch.c: Use log_tree_commit() to > generate diffs, 2013-08-20). > > Reported-by: Florian Pritz > Signed-off-by: Lukas Fleischer Works perf

[PATCH] Fix crash when using path limit

2016-11-24 Thread Lukas Fleischer
The array passed to setup_revisions() must be NULL-terminated. Fixes a regression introduced in 455b598 (ui-patch.c: Use log_tree_commit() to generate diffs, 2013-08-20). Reported-by: Florian Pritz Signed-off-by: Lukas Fleischer --- ui-patch.c | 7 +++ 1 file changed, 3 insertions(+), 4 del