-
- Downloads
Fix regressing in printf padding with space
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.
Please register or sign in to comment
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.