X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 16 Sep 2015 14:49:40 -0400 Message-Id: <201509161849.t8GIne1A010595@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (djgpp AT delorie DOT com) Subject: Re: dlopen.c: make sure filename is not NULL and not empty References: <83d1xi6ye1 DOT fsf AT gnu DOT org> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > When this has clarified we will need a new djdev205.zip, > etc... before we can proceed. I wouldn't trigger a 2.05 rebuild just for this. It just moves error handling for a bad usage from one spot to another, it doesn't make anything broken suddenly work. If anyone passed a NULL to popen before, it failed. If they pass NULL now, it fails. If we have *other* reasons to rebuild 2.05, we can include it then.