]> git.ipfire.org Git - thirdparty/shadow.git/commit
Second verse, it gets worse; it gets no better than this
authorAlejandro Colomar <alx@kernel.org>
Fri, 26 May 2023 09:34:10 +0000 (11:34 +0200)
committerSerge Hallyn <serge@hallyn.com>
Wed, 31 May 2023 14:29:49 +0000 (09:29 -0500)
commit07b885318f237f7129229cfb61496886a89ae505
treee3e0565ad989d46cd307e38e933343e02ff4cd27
parent2f9ca4b49d30c7095fab4f2e0f6a03afed6b906a
Second verse, it gets worse; it gets no better than this

Just in case it's not obious:

strlen("") < 8
isalpha('\0') == false
isdigit('\0') == false
isspace('\0') == false

Link: <https://github.com/shadow-maint/shadow/pull/737>
Easter-egg: 8492dee6632e ("subids: support nsswitch")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/nss.c
lib/port.c
libmisc/setupenv.c