Warnings on building Testbed from uses of *sprintf #442
Labels
Enhancement
For suggestions or changes that enhance any part of the project and isn't a bug.
Testbed
Signifies that issue or change is specific to the Testbed application.
Milestone
Expected/Desired Behavior or Experience:
Testbed isn't using
*sprintf
functions having security concerns over their design.Actual Behavior:
Testbed is using various
*sprintf
functions. Some compilers, like clang and gcc, issue warnings like the following about this:Steps to Reproduce the Actual Behavior:
git clone --recurse-submodules https://github.com/louis-langholtz/PlayRho.git mkdir PlayRho-build cd PlayRho-build cmake -DPLAYRHO_BUILD_TESTBED=ON ../PlayRho make
The text was updated successfully, but these errors were encountered: