Bug #615
Audacious crashes on missing .wvc files for hybrid wavpack files
Start date:
January 10, 2016
Due date:
% Done:
100%
Estimated time:
Description
Audacious crashes whenever it attempts to play hybrid Wavpack file without .wvc file.
The bug was introduced in GitHub commit ae0cdf6a98dc7dc91d6156d07a62b0a2f3d8479d (Use VFSFile member functions. - https://github.com/audacious-media-player/audacious-plugins/commit/ae0cdf6a98dc7dc91d6156d07a62b0a2f3d8479d ).
The problem is in function wv_attach (in file wavpack.cc) - when calling WavpackOpenFileInputEx, the 3rd parameter should be nullptr if the .wvc file is not available.
History
#1 Updated by John Lindgren almost 9 years ago
- Status changed from New to Closed
- Target version set to 3.7.2
- % Done changed from 0 to 100
Nice work debugging this! Fixed.