Files
taglib/taglib
bobsayshilol 51ae5748cb ID3v2: Return early from decode() on invalid data
The while loop in this function assumes that `data.end() - 1` is less
than `data.end()`, which isn't the case if `data` is empty since
`data.end()` can be a nullptr.
2021-05-02 12:14:27 +02:00
..
2021-05-02 12:14:27 +02:00
2021-05-02 12:14:27 +02:00
2019-08-26 23:23:33 +02:00
2021-01-02 10:50:52 +01:00
2021-01-02 10:50:52 +01:00
2021-03-06 14:52:25 +01:00
2021-02-14 18:20:29 +01:00
2021-02-14 18:20:29 +01:00
2017-02-06 10:35:49 +09:00
2017-02-06 10:35:49 +09:00