mirror of
https://github.com/fluencelabs/musl
synced 2025-05-11 23:07:28 +00:00
the historic mktemp is supposed to blank the template string on failure, rather than returning 0. just zero the first character so that mkstemp and mkdtemp can still retry with O(1) space requirement.