OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jason Wright (jason_at_cvs.openbsd.org)
Date: Mon Nov 04 2002 - 08:49:20 CST

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

    CVSROOT: /cvs
    Module name: src
    Changes by: jasoncvs.openbsd.org 2002/11/04 07:49:20

    Modified files:
            usr.sbin/httpd/src/support: Tag: OPENBSD_3_2 htdigest.c
                                        htpasswd.c

    Log message:
    Pull in patch from current:
    Fix (millert):
    Replace tmpnam() with mkstemp() to avoid possible /tmp race.
    Problem found by David Wagner (among others).