Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2002 09:03:01 -0700 (PDT)
From:      Peter Pentchev <roam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/ftp/curl Makefile ports/ftp/curl/files patch-configure patch-lib::hostip.c
Message-ID:  <200206241603.g5OG31s56823@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
roam        2002/06/24 09:03:00 PDT

  Modified files:
    ftp/curl             Makefile 
  Added files:
    ftp/curl/files       patch-configure patch-lib::hostip.c 
  Log:
  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).
  
  Revision  Changes    Path
  1.44      +1 -1      ports/ftp/curl/Makefile
  1.1       +13 -0     ports/ftp/curl/files/patch-configure (new)
  1.1       +33 -0     ports/ftp/curl/files/patch-lib::hostip.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206241603.g5OG31s56823>