NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/55700: postinstall doesn't work correctly with BSD grep(1)
The following reply was made to PR install/55700; it has been noted by GNATS.
From: Valery Ushakov <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: install/55700: postinstall doesn't work correctly with BSD
grep(1)
Date: Wed, 7 Oct 2020 22:27:09 +0300
This actually points to a larger problem, the pathnames are used as
regular expressions even though they are not (semantically) supposed
to. So other metacharacters (e.g. dot that is ubiquitous) can
potentially cause trouble, it's just that ++ in c++ exposed this.
It should be fixed properly.
-uwe
Home |
Main Index |
Thread Index |
Old Index