Re: Unicode conversion issue

From: Linus Torvalds
Date: Wed Dec 11 2024 - 17:10:21 EST


On Wed, 11 Dec 2024 at 14:01, Jaegeuk Kim <jaegeuk@xxxxxxxxxx> wrote:
> Ok, well understood. I'll work on how we can implement the linear search for
> case-folding. Meanwhile, yea, quite late so, may I ask for its revert?

Yes, I'll revert.

Also, given that there are case-folded hashes out there, I guess we're
stuck with them, and might as well use them for lookup.

But think of all the random path-based decisions that applications do,
and that ignorable characters basically invalidate - because people
can insert characters that "don't matter" and bypass all those checks.

It's a security nightmare.

Linus