Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 1996 09:16:13 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/stdio vasprintf.c
Message-ID:  <199607281616.JAA28760@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/07/28 09:16:12

  Modified:    lib/libc/stdio  vasprintf.c
  Log:
  Fix some of the problems that bde pointed out to me some time ago.
   - buffer expansions were not working right due to a return code botch.
   - signed types instead of size_t's meant somebody else went and put
     casts in, I've changed the types to what they should have been.
  
  Revision  Changes    Path
  1.3       +16 -7     src/lib/libc/stdio/vasprintf.c



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