Vega-strike-engine-source: Update to use safe functions where possible...

Created on 1 Apr 2020  路  2Comments  路  Source: vegastrike/Vega-Strike-Engine-Source

PR #29 reveals use of functions like sprintf; this is now considered bad practice unless otherwise unavoidable (in which case a comment should be there to provide insight into why it's unavoidable) and snprintf should be used instead.

As part of the code audit and updates we should move from the various unsafe functions to safe functions and document where we can't (which should IMHO be very very few cases).

enhancement help wanted

All 2 comments

I'll be glad to help with this once I finish with the other tasks

Related to #168

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stephengtuggy picture stephengtuggy  路  5Comments

BenjamenMeyer picture BenjamenMeyer  路  3Comments

stephengtuggy picture stephengtuggy  路  5Comments

BenjamenMeyer picture BenjamenMeyer  路  3Comments

viktorradnai picture viktorradnai  路  3Comments