tagparser/flac
Martchus fd5e9bf950 Fix crashes due to wrong parameter passing
The refactoring to use `std::string_view`
(see 64d98f5530) caused this regression
(see https://github.com/Martchus/tageditor/issues/75). We must specify the
size because the buffers used here are not null-terminated.
2021-10-26 15:54:30 +02:00
..
flacmetadata.cpp Fix warnings 2021-03-20 21:26:25 +01:00
flacmetadata.h Use std::string_view where it makes sense 2021-01-30 21:53:06 +01:00
flacstream.cpp Fix crashes due to wrong parameter passing 2021-10-26 15:54:30 +02:00
flacstream.h Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00
flactooggmappingheader.cpp Fix crashes due to wrong parameter passing 2021-10-26 15:54:30 +02:00
flactooggmappingheader.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00