From owner-freebsd-audit Tue Dec 5 17: 1:50 2000 From owner-freebsd-audit@FreeBSD.ORG Tue Dec 5 17:01:48 2000 Return-Path: Delivered-To: freebsd-audit@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 844) id D8D3037B400; Tue, 5 Dec 2000 17:01:48 -0800 (PST) Date: Tue, 5 Dec 2000 17:01:48 -0800 From: Nathan Ahlstrom To: audit@FreeBSD.org Subject: m4 patches for review Message-ID: <20001205170148.A98809@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have merged in the NetBSD changes to usr.bin/m4 and have addressed the issues listed on jedgar's web page. Listed below: (1) check strdup(3) return values (2) check malloc(3) return values (3) check asprintf(3) return values (4) str(cpy|cat)/sprintf(3) -> strl(cpy|cat)/snprintf/asprintf(3) (5) mktemp(3) -> mkstemp(3) (6) [MAXPATHLEN + 1] -> [MAXPATHLEN] The code can be found at: http://people.FreeBSD.org/~nra/freebsd.m4.diff Comments/Suggestions/Reviews are welcome and needed! Thanks. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message