Date: Wed, 6 Dec 2000 06:24:33 -0500 From: Chris Faulhaber <jedgar@fxp.org> To: Nathan Ahlstrom <nra@FreeBSD.ORG> Cc: audit@FreeBSD.org Subject: Re: m4 patches for review Message-ID: <20001206062433.D14433@earth.causticlabs.com> In-Reply-To: <20001205170148.A98809@FreeBSD.ORG>; from nra@FreeBSD.ORG on Tue, Dec 05, 2000 at 05:01:48PM -0800 References: <20001205170148.A98809@FreeBSD.ORG>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 05, 2000 at 05:01:48PM -0800, Nathan Ahlstrom wrote: > > 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 fixes look fine. You might want to coordinate with asmodai (who is working on syncing other BSD changes) to see if he has worked in this area. Also, have you checked for any applicable OpenBSD updates? -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org 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?20001206062433.D14433>