Your message dated Tue, 07 May 2013 17:49:22 +0000 with message-id <[email protected]> and subject line Bug#591396: fixed in mpc123 0.2.4-3 has caused the Debian Bug report #591396, regarding mpc123: uninitialized pointer to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 591396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591396 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: mpc123 Version: 0.2.4-1.1+b1 ~$ mpc123 file.mpc ao_oss ERROR: Unrecognized channel name "....." in channel matrix "...." ao_oss WARNING: Input channel matrix invalid; ignoring. ~$ ------------- CUT ------------------ --- mpc123-0.2.4.org//ao.c 2010-08-02 20:29:04.000000000 +0200 +++ mpc123-0.2.4/ao.c 2010-08-02 20:35:44.000000000 +0200 @@ -127,6 +127,7 @@ int mpc123_ao_init(void ** d, mpc_stream ao_fmt.rate=streaminfo->sample_freq; ao_fmt.channels=streaminfo->channels; ao_fmt.byte_format=AO_FMT_LITTLE; + ao_fmt.matrix=NULL; /* output audio params */ debugf("<ao_fmt> bits = %d", ao_fmt.bits); ------------- CUT ------------------ Pawel Sobczak
--- End Message ---
--- Begin Message ---Source: mpc123 Source-Version: 0.2.4-3 We believe that the bug you reported is fixed in the latest version of mpc123, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Colin Watson <[email protected]> (supplier of updated mpc123 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 07 May 2013 18:24:50 +0100 Source: mpc123 Binary: mpc123 Architecture: source i386 Version: 0.2.4-3 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[email protected]> Changed-By: Colin Watson <[email protected]> Description: mpc123 - command-line Musepack audio player Closes: 591396 Changes: mpc123 (0.2.4-3) unstable; urgency=low . * QA upload. * Makefile: rearrange linker order to fix new DSO linking FTBFS (thanks, Alex Chiang and Oussama Bounaim; LP: #770862). * Zero ao_sample_format structure to cope with libao 1.0.0 (closes: #591396; LP: #710268). Checksums-Sha1: e8dfe3310aad4c1bd12de2af095787b9340fc468 1794 mpc123_0.2.4-3.dsc 54d282c667088c0dd35fe6337f214c103f8ff90e 6653 mpc123_0.2.4-3.debian.tar.gz 125f44dbd5423efd41fda2b0b42257850c9221d3 20944 mpc123_0.2.4-3_i386.deb Checksums-Sha256: 32aa820e9cd4f72856c707bfc82851ffc9c80ab551ec2be0e67a786ddb505d6b 1794 mpc123_0.2.4-3.dsc dbf48bdae734a3055e61992d6801c4865e7cfb6f6d5440bc99384205d292bc1e 6653 mpc123_0.2.4-3.debian.tar.gz 5bf7c1be5b2ae8fd7e6018dd22d11ab556fcf4d44d6e786bf1132865df3ebf78 20944 mpc123_0.2.4-3_i386.deb Files: 31fdb599d8145425621272fdebc35da3 1794 sound optional mpc123_0.2.4-3.dsc dbcde36499f7a6fcbc0da7f6b285a48c 6653 sound optional mpc123_0.2.4-3.debian.tar.gz 7af11b53163c91a256f46d83ae3571d1 20944 sound optional mpc123_0.2.4-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Colin Watson <[email protected]> -- Debian developer iQIUAwUBUYk5xDk1h9l9hlALAQiXrg/4hmWV/7Y0YCyvagkDboYPMVfw/dcuCyD/ oa+wNrsyiOlnuTu5+2lI0lM8dPktFKev0aGEeZ8OjIX/hbCg/9qZHxT+jgRffspJ I+ZvJapJYWDtg7S39sbicwpIyfDekIDPe817pJiEU4c71lQzU54lembZrodZ7Lu5 MfP2GgzkeZLFAybreC+qaTulK58EoFJntJyXnZDo8mL4rNvkKEVg7WeJCTs66LDi Ig4G312OLlQhEdrRTBf1VCMxZrEr3+7BhvcIiq8BEuVdRcYohuFstmd99uITJ2KZ q6swC4MStvEfA5S/0gt01yRWNTIyJlsTWz34JDFpVKFb9nTdmIa3KrkxGVwPm+Fp 9TuZscu+BBFNK3+lfhgIh+oLYBC1kFfKcFa4dCqoXbDYnIksvW4BDjZAKgaqlfTm kKXa26JW9CmOrbaREnA+D2a9GUO35BIU/Y2woJme8H8j8/7NHXgaW8Y1M04g2n56 YIL5GOx8R7KDzZc+IWeZPtgHDvAQCJaSrwbyFZ426QG8HKX7AxHwZglzqlfsd+zm XDrH1RrFgpp9sdWUUayzIBzxCgjc8Fy9uIqxGPnUAqXLJ/BE1+3CjdpNMay8dK1J FrII3ER/18W0loTY3r0jCMIFLM/nAemsqdByIp+vZzKV0BvjrhcuQ8Mc57UVFoOG +lKTrR0sMg== =VQTx -----END PGP SIGNATURE-----
--- End Message ---

