On Sat, Jan 13, 2018 at 05:34:24PM -0500, Pedro Giffuni wrote: > > > On 01/13/18 17:30, Pedro F. Giffuni wrote: > > Author: pfg > > Date: Sat Jan 13 22:30:30 2018 > > New Revision: 327949 > > URL: https://svnweb.freebsd.org/changeset/base/327949 > > > > Log: > > dev: make some use of mallocarray(9). > > > > Focus on code where we are doing multiplications within malloc(9). None > > of > > these is likely to overflow, however the change is still useful as some > > static checkers can benefit from the allocation attributes we use for > > mallocarray. > > > > This initial sweep only covers malloc(9) calls with M_NOWAIT. No good > > reason but I started doing the changes before r327796 and at that time it > > was convenient to make sure the sorrounding code could handle NULL > > values. > > > For the record, this was part of > > https://reviews.freebsd.org/D13837 > > I didn't mention it in the commit log because I am not ready to close > the revision yet.
Some developers have been using the "X-Differential revision:" tag in this case. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"