Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2004 22:36:38 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpd.c
Message-ID:  <200405130536.i4D5ac7u034530@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2004/05/12 22:36:38 PDT

  FreeBSD src repository

  Modified files:
    libexec/ftpd         ftpd.c 
  Log:
  Handle variable argument lists correctly in reply() and lreply().
  In particular, do not pass the same va_list to both vprintf() and
  vsyslog() without first reinitializing it. This fixes ftpd -d
  on amd64.
  
  Revision  Changes    Path
  1.154     +8 -2      src/libexec/ftpd/ftpd.c



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