ports/ftp/curl/files
Peter Pentchev 66087db901 Fix a segfault in an IPv4-only case - realloc() may really, well,
"reallocate" memory even when the programmer only asks for a resizing
of the region.

Reported by:	Steve Ames <steve@energistic.com>

While I'm here, change the way SSL header and library paths are handled
to avoid specifically referencing /usr/lib and /usr/include; while
-STABLE's GCC shrugs this off, GCC 3.1 whines loudly about an explicit
-I/usr/include (and rightly so, IMHO).
2002-06-24 16:03:00 +00:00
..
patch-configure Fix a segfault in an IPv4-only case - realloc() may really, well, 2002-06-24 16:03:00 +00:00
patch-lib::ftp.c Correct some non-exploitable format string errors and an extraneous 2002-06-07 00:19:38 +00:00
patch-lib::hostip.c Fix a segfault in an IPv4-only case - realloc() may really, well, 2002-06-24 16:03:00 +00:00
patch-lib::ldap.c Correct some non-exploitable format string errors and an extraneous 2002-06-07 00:19:38 +00:00
patch-src::writeout.c