Package: cuetools
Version: 1.3.1-4
Severity: normal

*** Please type your report below this line ***

Manpage promises null-byte-escape support (\0 esc-sequence) in the
"template-strings",

   Escapes
       The recognized escapes are all single characters, and listed in the
table below.

       Escape Sequence   Expansion
       ----------------------------------
       \a                alert (bell)
       \b                backspace
       \f                formfeed
       \n                newline
       \r                carriage return
       \t                horizontal tab
       \v                vertical tab
       \0                null

it seems like sequence is recognized but incorrectly
handled while output (looks like code tries to do printf() with char[]
containing null-chars).

Sample runs:

$ cueprint -d '%P\n%T\n' disc_1.cue
Emerson String Quartet
Schubert - Streichquartette - Emerson
$

$ cueprint -d '%P\0%T\n' disc_1.cue
Emerson String Quartet$

$ cueprint -d '%P\n\0%T\n' disc_1.cue
Emerson String Quartet
$


-- System Information:
Debian Release: 5.0.3
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-celeronm_ll (PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cuetools depends on:
ii  libc6                         2.7-18     GNU C Library: Shared libraries

cuetools recommends no packages.

cuetools suggests no packages.

-- no debconf information

Reply via email to