Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the sprintf() call to snprintf() and added an if-statement to…
… check whether the number of characters intended to be written to the destination buffer exceed the size of the buffer. This prevents GCC 8.3.0 from warning that the destination buffer may not be large enough to store the contents of the source buffers. These changes were tested on the Intel Haswell architecture.
- Loading branch information