CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/01/27 14:28:25
Modified files:
audio/taglib : Makefile
audio/taglib/patches: patch-taglib_flac_flacfile_cpp
patch-taglib_xm_xmfile_cpp
Added files:
audio/taglib/patches: patch-taglib_ape_apefile_cpp
patch-taglib_asf_asffile_cpp
patch-taglib_it_itfile_cpp
patch-taglib_mod_modfile_cpp
patch-taglib_mp4_mp4file_cpp
patch-taglib_mpc_mpcfile_cpp
patch-taglib_ogg_flac_oggflacfile_cpp
patch-taglib_ogg_speex_speexfile_cpp
patch-taglib_ogg_vorbis_vorbisfile_cpp
patch-taglib_s3m_s3mfile_cpp
patch-taglib_wavpack_wavpackfile_cpp
Log message:
Check if file is open before attempting to read tags: fix a crash
in the file constructor if the file does not exist
(upstream git commit d15c8453ac75d9070008b9170ae114ea31a4b586)
Reported by sebastia@, who found we were still affected by this bug
while he was working on a new port that uses taglib.
ok sebastia@