On 5/13/24 11:21, Kyle Evans wrote:
The branch main has been updated by kevans:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8b0682644e2da9c595d9249c9a0c8eb499421b5e
commit 8b0682644e2da9c595d9249c9a0c8eb499421b5e
Author: Kyle Evans <kev...@freebsd.org>
AuthorDate: 2024-05-13 16:13:51 +0000
Commit: Kyle Evans <kev...@freebsd.org>
CommitDate: 2024-05-13 16:21:38 +0000
Fix the GCC build after _FORTIFY_SOURCE import
We haven't exposed gets(3) in a long time, rip out __gets_chk before
it's too late and something builds a gets(3) user with it enabled.
---
*sigh*
Fixes: be04fec42638f ("Import _FORTIFY_SOURCE implementation [...]")
Sponsored by: Stormshield
Sponsored by: Klara, Inc.