Forked from
redox-os / relibc
1449 commits behind the upstream repository.
Ahmed Abd El Mawgood
authored
There was bug in printf where space paddings cause segfault, the problem was that it was pulled from the stack twice while it should be only done once.