Re: [PATCH 0/4] attr directory matching regression
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:56:31
Nguyễn Thái Ngọc Duy [off-list ref] writes:
I think the fix is something like this. There is still one thing I'd like to do: make this code not rely on NUL for terminating the patterns. That should remove the ugly "p[len] = '\0'" in prepare_attr_stack() 4/4 and and the reallocation in add_exclude() (in current code). But let's deal with the regression first.
As a regression fix, we would need a fix that applies to maint-1.8.1, not 'next'.
Nguyễn Thái Ngọc Duy (4):
wildmatch: do not require "text" to be NUL-terminated
attr.c: fix pattern{,len} inconsistency in struct match_attr
dir.c: make match_{base,path}name respect {basename,path}len
attr.c: fix matching "subdir" without the trailing slash
attr.c | 11 ++++++++++-
dir.c | 13 ++++++++-----
dir.h | 2 +-
t/t5002-archive-attr-pattern.sh | 6 ++++++
wildmatch.c | 43 ++++++++++++++++++++++++-----------------
wildmatch.h | 11 +++++++++--
6 files changed, 59 insertions(+), 27 deletions(-)