tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Add basic error handling

Open tygyh opened this issue 1 year ago • 2 comments

Prevents creating strings with negative length

tygyh avatar Sep 12 '24 20:09 tygyh

What's the failure mode that these changes are protecting against?

wolfpld avatar Sep 12 '24 20:09 wolfpld

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.

tygyh avatar Sep 13 '24 05:09 tygyh