From owner-cvs-usrsbin Sat Sep 21 16:39:16 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA26026 for cvs-usrsbin-outgoing; Sat, 21 Sep 1996 16:39:16 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA25042; Sat, 21 Sep 1996 16:37:40 -0700 (PDT) Date: Sat, 21 Sep 1996 16:37:40 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199609212337.QAA25042@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src util.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/09/21 16:37:39 Modified: usr.sbin/sendmail/src util.c Log: Fix & expansion (from pw_gecos field), sizeof buf used when buf is pointer, not array, buflen must be used instead. Charlie & from root name was expanded to junk as result. Revision Changes Path 1.7 +1 -1 src/usr.sbin/sendmail/src/util.c