Re: [Bug-tar] Minor typo in tar-snapshot

2018-04-07 Thread Sergey Poznyakoff
Hi Andrew, Thanks for the report. I've applied the patch. Regards, Sergey

[Bug-tar] [PATCH] --one-top-level: avoid a heap-buffer-overflow

2018-04-07 Thread Jim Meyering
I configured as usual, then ran ASAN-enabled tests like this: make CFLAGS='-O0 -ggdb3' AM_CFLAGS=-fsanitize=address \ AM_LDFLAGS='-fsanitize=address -static-libasan' check \ TESTSUITEFLAGS=--jobs=40 That exposed a buffer-overrun bug. Here's a stand-alone reproducer using valgrind: $