[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: "Todd C. Miller" <millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Sat, 22 Sep 2001 12:36:40 -0600 (MDT)
- Reply-to: "Todd C. Miller" <millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
CVSROOT: /cvs
Module name: src
Changes by: millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2001/09/22 12:36:40
Modified files:
lib/libc/gen : getcap.c
Log message:
o kill some extra whitespace
o remove remaining strcpy()s to avoid false positives when auditing
o fix by one in a malloc() size param
o fix buffer overflow in cgetnext() reported by Jouko Pynnonen
o avoid needlessly setting errno to ENOMEM and when we *do* set it
be sure to do so right before the return()
o check snprintf() return value when building up a .db pathname and
fall back to the text version if it the .db path is too long.
o add a missing check for malloc() return value
o kill register
o memmove(), not bcopy()
Visit your host, monkey.org