]> git.ipfire.org Git - thirdparty/shadow.git/commit
This ain't no loop
authorAlejandro Colomar <alx@kernel.org>
Thu, 25 May 2023 20:13:36 +0000 (22:13 +0200)
committerSerge Hallyn <serge@hallyn.com>
Wed, 31 May 2023 14:29:49 +0000 (09:29 -0500)
commit8219fbd421b52e6d7d5751211910be512388065c
tree26982dc67764110ff8f472370356351c281c57c6
parent9233e5e0aebc210c56375a3a2bc779f20a09a82d
This ain't no loop

This was to a loop, as "1234" is to computer security.

No really; a loop that ends in a (forward) goto, and has no continue in it.

Still want a loop?  Take two:

 #define loopity_loop() do { for (;;) { break; } continue; } while (0-0)

Closes: <https://github.com/shadow-maint/shadow/issues/736>
Easter-egg: 8492dee6632e ("subids: support nsswitch")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/nss.c