Package: perl-byacc
Version: 2.0-6
Severity: important

On line 87 the following line is present:
   fprintf(code_file, "  my %s $p = bless [\\%FIELDS], $_[0];\n",
this does not escape the % correctly and as such fprintf() interprets it
as the control sequence %F.
The fix is to change % to %% resulting in the following line:
   fprintf(code_file, "  my %s $p = bless [\\%%FIELDS], $_[0];\n",

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.6-bk64.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to