|
Message-ID: <Z3JBvRPDeW5eR_i-@voyager> Date: Mon, 30 Dec 2024 07:46:21 +0100 From: Markus Wichmann <nullplan@....net> To: musl@...ts.openwall.com Cc: Runxi Yu <runxiyuld@...xiyu.org> Subject: Re: crypt(3) returns "*" from read-only region, segfaulting passwd(1) on Alpine for long passwords Am Sun, Dec 29, 2024 at 04:38:03PM +0800 schrieb Runxi Yu: > musl/src/crypt/crypt_sha512.c > > if (!p || q != testbuf || memcmp(testbuf, testhash, sizeof testhash)) > > return "*"; It doesn't make sense for these lines to be the problem, because they are only triggered if the compiler used for musl was broken and created a version of sha512crypt that generates wrong hashes. If this path is ever taken, then it is better for passwd to crash than to use any part of the hash. Ciao, Markus
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.