Bugzilla – Bug 1219527
abcde breaks on non-octal track numbers
Last modified: 2024-04-29 09:56:29 UTC
Created attachment 872425 [details] Patch to /usr/bin/abcde abcde pads track numbers with a leading zero but later does some bash arithmetic on the track number. That breaks for track numbers 8 and 9, because 09 isn't an octal number. Reproduce by inserting an 8+ track CD and running "abcde -T 1 8-8". The attached patch will correct the problem for any CD having 99 or fewer tracks. (As far as I know, 99 is the track limit for CDs, though I definitely could be wrong.)
Has this been reported upstream? https://abcde.einval.com/bugzilla/
As far as I know it hasn't been reported upstream.
Would you mind doing that?
Done. (I had more time today than I expected!)
FTR, https://abcde.einval.com/bugzilla/show_bug.cgi?id=204
Thanks, let's see what upstream says.
It seems that upstream is silent...