rstemmer / id3edit

🛠 id3edit is a command line tool to edit and debug ID3v2 tags of mp3 files supporting Unicode.
GNU General Public License v3.0
31 stars 4 forks source link

Store NULL-terminated strings #12

Closed rstemmer closed 6 years ago

rstemmer commented 6 years ago

The standard is not very clear about the strings inside text frames. I never terminated the strings for ID3v2.3.0 text frames and never got trouble with it. It might be different with ID3v2.4.0. One thing is clear: Having NULL as last character is valid.