From: Szabó T. <sza...@gm...> - 2017-05-19 22:07:59
|
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ó |