Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2000 17:29:00 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/usbd usbd.c
Message-ID:  <200007140029.RAA07979@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/07/13 17:29:00 PDT

  Modified files:
    usr.sbin/usbd        usbd.c 
  Log:
  Correct an additional off-by-one bug and buffer overflow.  A malloc()
  was being made one byte too short, and the string assembled in it was not
  null terminated.  The string was passed to regcomp() so it never matched
  anything in /etc/usbd.conf.  This is the cause of usbd not working for the
  last few days..  The new malloc.conf default of AJ triggered this.
  
  Revision  Changes    Path
  1.16      +4 -3      src/usr.sbin/usbd/usbd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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