Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 07:43:40 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libfetch common.c http.c
Message-ID:  <200210271543.g9RFheJI009468@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2002/10/27 07:43:40 PST

  Modified files:
    lib/libfetch         common.c http.c 
  Log:
  Eliminate two cases of undefined behaviour: total in _fetch_write() was
  not initialized before use, and _http_growbuf() did not return a value
  on success.
  
  Reported by:    Peter Edwards <pmedwards@eircom.net>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.35      +1 -0      src/lib/libfetch/common.c
  1.62      +1 -0      src/lib/libfetch/http.c

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?200210271543.g9RFheJI009468>