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]

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


I don't know if this delete call is a problem, but every other place I found
delete called in the setup.exe source, the variable was either confirmed not
NULL or the variable was certain to not be NULL.  In this case, the variable
either must be NULL or the buffer is too small.
--
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.

ChangeLog:

2002-04-10  Michael A Chase <mchase@ix.netcom.com>

    * rfc1738.cc (rfc1738_do_escape): Don't delete buf if it is 0.

Attachment: cinstall-mac-020410-1.patch
Description: Binary data


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