Daniel Leonov

Results 3 comments of Daniel Leonov

Update: apparently VLA's weren't the problem. Fixed both issues in my recent PR. Tested via reading a bunch of mp3 files with unicode tags. Haven't tested anything that does writing/removing...

> Did you also run the tests before creating the PR? Oh! Honestly, I haven't noticed there are unit tests inside. I'll run them next time I'm working on that...

I was getting exactly same errors, but on llvm/clang 14. Something along those lines ultimately fixed it: ```bash sudo apt purge llvm-14* libllvm14* clang-14* libclang-14* libclang-common-14* && sudo apt autoremove...