bug-groff
[Top][All Lists]
Advanced

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

[bug #59498] Unescaped wildcards in `strip.sed`


From: John Gardner
Subject: [bug #59498] Unescaped wildcards in `strip.sed`
Date: Sun, 22 Nov 2020 03:13:13 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?59498>

                 Summary: Unescaped wildcards in `strip.sed`
                 Project: GNU troff
            Submitted by: alhadis
            Submitted on: Sun 22 Nov 2020 07:13:12 PM AEDT
                Category: Macro - others
                Severity: 3 - Normal
              Item Group: Warning/Suspicious behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

_`strip.sed`_ contains two lines which, given their context, seem meant for
_`.ds`_ and _`.as`_ requests only:


  /.[ad]s/!s/[   ]*\\"//
  /.[ad]s/s/\([^         ]*\)\\"/\1/


This should, of course, be:


  /\.[ad]s/!s/[  ]*\\"//
  /\.[ad]s/s/\([^        ]*\)\\"/\1/






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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