Comment 13 for bug 19254

Revision history for this message
Mikel Ward (mikelward) wrote :

madplay (my example of an unaffected application) does not even seem to be
linked against GStreamer or ALSA.

It is linked against ESound, but I don't have that installed, so I guess it's
using the old style OSS output method.

It seems every application using ALSA with DMix is affected.

% ldd /usr/bin/madplay
        linux-gate.so.1 => (0xffffe000)
        libesd.so.0 => /usr/lib/libesd.so.0 (0xb7ee9000)
        libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0xb7ec8000)
        libmad.so.0 => /usr/lib/libmad.so.0 (0xb7eb1000)
        libid3tag.so.0 => /usr/lib/libid3tag.so.0 (0xb7ea1000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7e8d000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7e6a000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d3c000)
        /lib/ld-linux.so.2 (0xb7f02000)