aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/README.txt
diff options
context:
space:
mode:
authorHarry van Haaren <harryhaaren@gmail.com>2018-05-19 14:15:15 +0100
committerDavid Robillard <d@drobilla.net>2018-05-21 10:14:14 +0200
commitdc9ff1250c049b5b60cef16f07be4c031ce2fa4c (patch)
tree4213f00bc6e35022cb94750822ad7f3baba7b9fa /plugins/eg-sampler.lv2/README.txt
parentfc332341acd2f5da4ba88e86d1bdbb47752c1688 (diff)
downloadlv2-dc9ff1250c049b5b60cef16f07be4c031ce2fa4c.tar.xz
eg-sampler: Fix segfault on old_sample null deref
Fixes a segmentation fault in eg-sampler when a sample is loaded for the first time. Dereferencing old_sample->path causes the NULL pointer segfault. Resolved by always simplifying code to always write_set_file, even if the filename is the same. Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
Diffstat (limited to 'plugins/eg-sampler.lv2/README.txt')
0 files changed, 0 insertions, 0 deletions
'n129' href='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169