Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jp3d: Replace sprintf() by snprintf() in volumetobin()
This replaces the unsafe sprintf() invocation by the safer snprintf() one, with the correct buffer size to prevent buffer overflows. This fixes uclouvain#1085.
- Loading branch information