wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
10.24k stars 691 forks source link

Add basic error handling #881

Open tygyh opened 2 months ago

tygyh commented 2 months ago

Prevents creating strings with negative length

wolfpld commented 2 months ago

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

tygyh commented 2 months ago

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.