ilia3101 / MLV-App

All in one MLV processing app.
https://mlv.app/
GNU General Public License v3.0
283 stars 29 forks source link

Suppress uninit data usage warning in strcpy() #243

Closed reticulatedpines closed 2 years ago

reticulatedpines commented 2 years ago

Valgrind complains about the uninitialised buffer within strcpy() code. This could be a false positive, but it could be real - it was quicker to ensure it's initialised than check.