bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #51568] gropdf: Bug when string '\e014' is in the input


From: Bjarni Ingi Gislason
Subject: [bug #51568] gropdf: Bug when string '\e014' is in the input
Date: Thu, 3 Aug 2017 19:22:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #6, bug #51568 (project groff):


  There is also warning when gropdf is compiled (and used):

Use of uninitialized value in substitution (s///) at /home/bg/git/groff/gropdf
line 2947, <> line 10056.
Use of uninitialized value in substitution (s///) at /home/bg/git/groff/gropdf
line 2948, <> line 10056.
Use of uninitialized value in substitution (s///) at /home/bg/git/groff/gropdf
line 2949, <> line 10056.
Use of uninitialized value in substitution (s///) at /home/bg/git/groff/gropdf
line 2950, <> line 10056.

  And repeated

  Source (gropdf):

        next if $wd->[0]=~s/\\\|!\|/\\/g;
        $wd->[0]=~s/\\/\\\\/g;
        $wd->[0]=~s/\(/\\(/g;
        $wd->[0]=~s/\)/\\)/g;



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51568>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]