fluidsynth/src/sfloader
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
..
fluid_defsfont.c Fix ordering of operations (#647) 2020-05-09 09:31:51 +02:00
fluid_defsfont.h optimize fluid_delete_synth() 2019-09-22 03:21:09 +02:00
fluid_instpatch.c Use a runtime check to detect version of libinstpatch (#666) 2020-08-31 20:35:21 +02:00
fluid_instpatch.h Use a runtime check to detect version of libinstpatch (#666) 2020-08-31 20:35:21 +02:00
fluid_samplecache.c Fix various typos 2019-12-17 20:11:49 +01:00
fluid_samplecache.h Enable decompressed Ogg Vorbis samples to be stored in sample cache 2018-04-18 09:14:55 +02:00
fluid_sffile.c Fix a NULL dereference 2020-09-13 13:38:38 +02:00
fluid_sffile.h Remove unused member SFSample::samfile 2020-02-02 15:25:53 +01:00
fluid_sfont.c Support loading SoundFonts >2GiB on Windows (#629) 2020-05-26 16:53:59 +02:00
fluid_sfont.h remove unused fluid_sample_t::userdata 2018-12-28 14:47:55 +01:00