zao / foo_wave_seekbar

A foobar2000 UI seekbar element displaying the playing waveform.
http://www.foobar2000.org/components/view/foo_wave_seekbar
Other
85 stars 7 forks source link

Fetch from backing store not resilient to corrupt database fields #27

Open zao opened 11 years ago

zao commented 11 years ago

If the compression field is corrupted, a null function pointer will be followed. If the channel map field is corrupted, too many or too few channels may be allocated. If the min/max/rms fields are corrupted, decompression may cause unbounded storage growth (but no overflow).