Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2000 17:01:48 -0800
From:      Nathan Ahlstrom <nra@FreeBSD.ORG>
To:        audit@FreeBSD.org
Subject:   m4 patches for review
Message-ID:  <20001205170148.A98809@FreeBSD.ORG>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001205170148.A98809>