summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/asprintf.c
AgeCommit message (Expand)Author
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2017-03-17Use recallocarray() to avoid leaving detritus in memory when resizingTheo de Raadt
2017-03-16Only reallocate the buffer to fit for medium-size allocations whereTodd C. Miller
2017-03-14Use a macro for the initial length of the buffer instead of 127; OK deraadt@Todd C. Miller
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-08-20All these files include <stdlib.h>, so do not need to castTheo de Raadt
2011-05-30Make printf-like and scanf-like functions marked as such in llib-lc.lnMartynas Venckus
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfileKurt Miller
2009-10-22Back out previous commit, as it caused too much growth for the installPhilip Guenthe
2009-10-21Fix the handle locking in stdio to use flockfile/funlockfilePhilip Guenthe
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
2005-08-08zap remaining rcsid.Marc Espie
2005-05-28Move the va_start()/va_end() pair such that it directly backets the callTodd C. Miller
2005-04-30Change internals of FILE: reuse the unget buffer field to access anMarc Espie
2005-03-31make sure the implementation matches the prototype..Patrick Latifi
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
1998-10-16Make sure we free the buffer in all error cases. Do the finalTodd C. Miller
1998-08-14realloc repairTheo de Raadt
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-02-07Cast pointer in assignmentThorsten Lockert
1998-01-12Based on some FreeBSD changes:Todd C. Miller
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to theTodd C. Miller