ardour/libs/audiographer/src/general
Robin Gareus 98c65406e3
Prefer std::vector<> over C-style malloc/free**
This fixes a potential out of bounds read `if (_dbtp_plugin[c])`
if c is larger than the allocated channel count.
2019-08-12 15:02:24 +02:00
..
analyser.cc Prefer std::vector<> over C-style malloc/free** 2019-08-12 15:02:24 +02:00
broadcast_info.cc Update audiographer GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
loudness_reader.cc Prefer std::vector<> over C-style malloc/free** 2019-08-12 15:02:24 +02:00
normalizer.cc Update audiographer GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sample_format_converter.cc Update audiographer GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sr_converter.cc Update audiographer GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00