mirror of
https://github.com/fluencelabs/musl
synced 2025-06-03 10:01:38 +00:00
these are cruft from the original code which used an explicit string length rather than null termination. i blindly converted all the checks to null terminator checks, without noticing that in several cases, the subsequent switch statement would automatically handle the null byte correctly.