Dear cdrtools developers,

I have found the following bug in the module cdda2wav.c:

gargs defines userverbose as int, while handle_verbose_opts expects
long*. On a 64 bit machine, handle_verbose_opts writes beyond
userverbose (to outfd). Thus, the output is redirected to stdin (fd ==
0)

You can reproduce the bug with a 64 bit build as follows:

cdda2wav -J -v titles > outfile 2>&1

(outfile remains empty)

cdrtools version: 3.02a07

Best regards,
Tibor Szabó

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Cdrtools-developers mailing list
Cdrtools-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdrtools-developers

Reply via email to