Open tygyh opened 2 months ago
What's the failure mode that these changes are protecting against?
What's the failure mode that these changes are protecting against?
ftell
returns -1L
anytime it fails to load a file and sprintf
returns -1
when it fails to print.
I hope I understood your question correctly.
Prevents creating strings with negative length