Date: Wed, 6 Dec 2000 16:41:38 -0600 From: Nathan Ahlstrom <nrahlstr@winternet.com> To: Chris Faulhaber <jedgar@fxp.org> Cc: Nathan Ahlstrom <nra@FreeBSD.ORG>, audit@FreeBSD.ORG Subject: Re: m4 patches for review Message-ID: <20001206164138.F4279@winternet.com> In-Reply-To: <20001206062433.D14433@earth.causticlabs.com>; from jedgar@fxp.org on Wed, Dec 06, 2000 at 06:24:33AM -0500 References: <20001205170148.A98809@FreeBSD.ORG> <20001206062433.D14433@earth.causticlabs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Chris Faulhaber <jedgar@fxp.org> wrote: > 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? It appears the OpenBSD group has made alot of updates as well. I will evaluate those tonight. -- Nathan Ahlstrom / nrahlstr@winternet.com / nra@FreeBSD.org / PGP: 0x67BC9D19 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?20001206164138.F4279>