From owner-cvs-lib Sun Jul 28 09:16:23 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA28776 for cvs-lib-outgoing; Sun, 28 Jul 1996 09:16:23 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA28760; Sun, 28 Jul 1996 09:16:13 -0700 (PDT) Date: Sun, 28 Jul 1996 09:16:13 -0700 (PDT) From: Peter Wemm Message-Id: <199607281616.JAA28760@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio vasprintf.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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