https://bugzilla.mindrot.org/show_bug.cgi?id=2643
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Blocks| |2594 --- Comment #1 from Damien Miller <[email protected]> --- This is the infamous Turkish dotless i confusion and will break stuff wherever we naively tolower a compare a string and compare it. We lowercase strings in: auth.c match.c misc.c misc.h pkcs11.h readconf.c ssh.c sshconnect.c Given that this is a behaviour change, I propose that we replace the handful of calls with tolower() with one that uses the C locale always. This best matches what openssh <7.3 did. Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2594 [Bug 2594] Tracking bug for OpenSSH 7.4 release -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
