majohn-r / mp3repair

An MP3 file repair command-line utility
MIT License
0 stars 0 forks source link

Clean up access to internal data #183

Closed majohn-r closed 1 month ago

majohn-r commented 1 month ago

Structs in the files package allow free access to their internals. This is dangerous and poor practice.