On Wed, Sep 23, 2026 at 18:03:28 -0700, Paul Eggert wrote:
Thanks, Bruno, for fixing aligned allocation with scudo.
This reminds me of something I've noticed before: GCC and Clang disagree about
how to detect which sanitization forms are in use, which leads to some
duplication of code in Gnulib, and also I suspect leads to Gnulib not detect
some forms of sanitization that it should because it's kinda inconvenient. I
installed the attached patches to work around the problems that I found in this
area: they let other parts of Gnulib assume the GCC way of doing things. (Clang
has other __has_feature options, but I worried only about the ones related to
sanitization.)
I updated Savannah's copy of GNU Tar to use the new Gnulib. [email protected],
could you please test this? You can use the following shell command to get a
copy of bleeding-edge GNU Tar source:
Thanks, tar is working with the latest gnulib.
--