On 16/01/2026 11:47, Pádraig Brady wrote:
Also I noticed the reintroduction of NULL in coreutils since:
https://github.com/coreutils/coreutils/commit/1202fac2
with the referenced (good) justification of https://bugs.gnu.org/66221#53
The implication of that is, the sc_prohibit_NULL syntax check will fail.
I'll probably remove the syntax check anyway,
and possibly s/nullptr/NULL/ everywhere for consistency.

I see there is another issue triggered by the coreutils change:
https://github.com/coreutils/coreutils/issues/173
I.e., the conflict between `typedef int context_t`
in the gnulib selinux shim, and the new assignment to NULL.

Reply via email to