by Svetlitski on 1/5/23, 4:13 AM with 7 comments
by TazeTSchnitzel on 1/5/23, 8:55 AM
Perhaps the glibc implementation could be simplified a bit, but by the sounds of things musl's version is not functionally equivalent, it only supports ASCII?
by rurban on 1/5/23, 1:40 PM
The classic glibc int nonsense with the isXXX() checks, and their unchecked array access. This comes up every 2nd week or so, and they refuse to fix it.