Am 21.03.23 um 23:59 schrieb Junio C Hamano:
René Scharfe [off-list ref] writes:
quoted
archive.c | 71 +++++++++++++++++++++++++++++------------
t/t5000-tar-tree.sh | 13 ++++++++
t/t5001-archive-attr.sh | 16 ++++++++++
3 files changed, 79 insertions(+), 21 deletions(-)
There are a handful of CI failures that can be seen at
https://github.com/git/git/actions/runs/4482588035/jobs/7880821225#step:6:1803
https://github.com/git/git/actions/runs/4482588035/jobs/7880821849#step:4:1811
which is with this topic in 'seen'. Exactly the same 'seen' without
this topic seems to pass
https://github.com/git/git/actions/runs/4484290871
Uh, nasty. The linux-asan run reveals a use of the return value of
relative_path() after manipulating the underlying buffer. I hope
fixing that helps linux-musl as well.
René