• by TazeTSchnitzel on 1/5/2023, 8:55:00 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/2023, 1:40:15 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.