This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]setup.exe: delete called for NULL pointer


From: "Robert Collins" <robert.collins@itdomain.com.au>
To: "Michael A Chase" <mchase@ix.netcom.com>; "Pavel Tsekov"
<ptsekov@gmx.net>
Cc: <cygwin-patches@cygwin.com>
Sent: Wednesday, April 10, 2002 16:03
Subject: RE: [PATCH]setup.exe: delete called for NULL pointer

> From: Michael A Chase [mailto:mchase@ix.netcom.com]
> Sent: Thursday, April 11, 2002 7:51 AM
> To: Pavel Tsekov
> Cc: cygwin-patches@cygwin.com
> Subject: Re: [PATCH]setup.exe: delete called for NULL pointer
>
> I don't know, but many other places where it is called, it's
> protected by
>    if (var)
>       delete[] var;

That was before I had read up on certain aspects of the C++ spec.


OK.  Then ignore the patch.
--
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]