bug-groff
[Top][All Lists]
Advanced

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

[bug #61073] [groff]: SEGV with a single option as input


From: G. Branden Robinson
Subject: [bug #61073] [groff]: SEGV with a single option as input
Date: Thu, 23 Sep 2021 08:36:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #61073 (project groff):

                  Status:            Works For Me => Invalid                
             Assigned to:                    None => gbranden               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #12:

Hi Bjarni,

I daresay that your provided patch, apart from including a lot of unnecessary
white space changes, is likely fixing a problem that another change of yours
introduced.

There's no need to add logic at this level to search GROFF_FONT_PATH; it
already happens.

Observe.


$ printf 'Hi, Bjarni.\n.pl \\n(nlu\n' | ./build/groff
./build/groff: fatal error: cannot load 'DESC' description file for device
'ps'
$ printf 'Hi, Bjarni.\n.pl \\n(nlu\n' | GROFF_FONT_PATH=./build/font
./build/groff -Tutf8
Hi, Bjarni.
$ mkdir /tmp/empty
$ printf 'Hi, Bjarni.\n.pl \\n(nlu\n' | GROFF_FONT_PATH=/tmp/empty
./build/groff -Tutf8
./build/groff: fatal error: cannot load 'DESC' description file for device
'utf8'
$ printf 'Hi, Bjarni.\n.pl \\n(nlu\n' |
GROFF_FONT_PATH=/tmp/empty:./build/font ./build/groff -Tutf8
Hi, Bjarni.


Closing this ticket as invalid.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61073>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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