cvs commit: src/lib/libfetch common.c

Colin Percival cperciva at FreeBSD.org
Tue Apr 15 23:29:52 UTC 2008


cperciva    2008-04-15 23:29:51 UTC

  FreeBSD src repository

  Modified files:
    lib/libfetch         common.c 
  Log:
  Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't
  counted in the width specification in scanf.
  
  This is not a security problem, since this function is only used to
  parse a user's configuration file.
  
  Submitted by:   Joerg Sonnenberger
  Obtained from:  dragonflybsd
  MFC after:      1 week
  
  Revision  Changes    Path
  1.56      +1 -1      src/lib/libfetch/common.c


More information about the cvs-src mailing list