fluidsynth/src
derselbst c4cd8bfc24 Fix a NULL dereference
Access to field 'zone' results in a dereference of a null pointer (loaded from variable 'prev_preset'), if `size` is negative. Problem is: Parameter `size` is `chunk.size` and should be unsigned.
2020-09-13 13:38:38 +02:00
..
bindings Update API docs 2020-04-18 23:56:59 +02:00
drivers Add multi channels support for audio driver. (#667) 2020-09-02 21:31:50 +02:00
gentables Add missing header guards 2019-11-03 08:41:20 +01:00
midi Fix an impossible NULL deref 2020-09-13 13:38:38 +02:00
rvoice Mapping of fx unit output to dry buffers in mix mode. (#668) 2020-09-02 21:10:31 +02:00
sfloader Fix a NULL dereference 2020-09-13 13:38:38 +02:00
synth Remove fluid_event_any_control_change() from public API (#674) 2020-09-12 10:40:57 +02:00
utils Update Travis CI (#658) 2020-07-28 21:05:01 +02:00
CMakeLists.txt Properly handle overlapping notes when using fluid_event_note() (#637) 2020-06-15 08:38:56 +02:00
config.cmake Fix build of OSS driver if soundcard.h is not in sys/ 2020-02-16 16:43:20 +01:00
fluidsynth.c Remove dead code 2020-09-13 13:38:38 +02:00