P.S. Hi Florian :)
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=69a0...
https://cgit.git.savannah.gnu.org/cgit/gnulib.git/tree/lib/s...
Yes, it's not a good idea to do this. There are more questionable pieces in gnulib, like closing stdin/stdout/stderr (because fflush and fsync is deemed too slow, and regular close reports some errors on NFS on some systems that would otherwise go unreported).
P.S. Hi Florian :)
I would add the UK to the stigma list as well. The UK government and NHS are pretty rabidly ADHD-denialist and make it incredibly difficult to get a diagnosis.
Don't you also have to wait years on a wait list for an evaluation? I feel like I remember hearing that a few years ago.
Free Software Foundation 31 Milk Street, # 960789 Boston, MA 02196 USA
Many GNU projects use a rule that will fail 'make distcheck' when it sees an address in the sources [2].
[1] https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=bf31... [2] https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=086c...
It looks like gettext may be containing a part of their attack infrastructure.
https://github.com/microsoft/vcpkg/pull/37199#pullrequestrev...
https://github.com/microsoft/vcpkg/pull/37356/files#diff-e16...
This is from Gnulib, which is used by Gettext and other GNU projects. Using 'setlocale (0, NULL)' is not thread-safe on all platforms. Gnulib has modules to work around this, but not all projects want the extra locking. Hence the name '-unsafe'. :)
See: https://lists.gnu.org/archive/html/bug-gnulib/2024-02/msg001...