From owner-cvs-sys Sat Apr 12 23:25:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA18968 for cvs-sys-outgoing; Sat, 12 Apr 1997 23:25:11 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA18960; Sat, 12 Apr 1997 23:25:09 -0700 (PDT) Date: Sat, 12 Apr 1997 23:25:09 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199704130625.XAA18960@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/union union_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 97/04/12 23:25:08 Modified: sys/miscfs/union union_subr.c Log: Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf in union_vn_create(), following bcopy copies cn.cn_namlen + 1 bytes to cn.cn_pnbuf PR: 3255 Reviewed by: phk Submitted by: kato Revision Changes Path 1.16 +2 -2 src/sys/miscfs/union/union_subr.c