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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to