OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Marc Espie (espiecvs.openbsd.org)
Date: Mon Apr 29 2002 - 01:22:07 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: espiecvs.openbsd.org 2002/04/29 00:22:07

    Modified files:
            lib/libc/stdio : Tag: OPENBSD_3_1 wsetup.c

    Log message:
    fix for NetBSD lib/16483

    Do not even try to allocate buffer if SSTR and not SALC (e.g., from
    snprintf and not asprintf). vfprintf is smart enough to then not try
    and write to it.

    ok millert, deraadt