Re: svn commit: r299496 - head/contrib/atf/atf-c/detail

2016-07-04 Thread Marcelo Araujo
Wow yes, didn't notice.. sorry for the noise :) 2016-07-05 11:21 GMT+08:00 Ngie Cooper (yaneurabeya) : > > > On Jul 4, 2016, at 20:20, Marcelo Araujo > wrote: > > > > Isn't need to have approve from re@ to commit now? As we are closer to > have

Re: svn commit: r299496 - head/contrib/atf/atf-c/detail

2016-07-04 Thread Ngie Cooper (yaneurabeya)
> On Jul 4, 2016, at 20:20, Marcelo Araujo wrote: > > Isn't need to have approve from re@ to commit now? As we are closer to have > 11-RELEASE. > > Best, The commit date was prior to the freeze. Thanks, -Ngie signature.asc Description: Message signed with OpenPGP

Re: svn commit: r299496 - head/contrib/atf/atf-c/detail

2016-07-04 Thread Marcelo Araujo
Isn't need to have approve from re@ to commit now? As we are closer to have 11-RELEASE. Best, 2016-05-12 7:39 GMT+08:00 Conrad E. Meyer : > Author: cem > Date: Wed May 11 23:39:39 2016 > New Revision: 299496 > URL: https://svnweb.freebsd.org/changeset/base/299496 > > Log: >

Re: svn commit: r299496 - head/contrib/atf/atf-c/detail

2016-07-04 Thread Julio Merino
On Wed, May 11, 2016 at 7:39 PM, Conrad E. Meyer wrote: > Author: cem > Date: Wed May 11 23:39:39 2016 > New Revision: 299496 > URL: https://svnweb.freebsd.org/changeset/base/299496 > > Log: > atf map: Fix double-free in low memory error path > > If atf_list_append(, X, )

svn commit: r299496 - head/contrib/atf/atf-c/detail

2016-05-11 Thread Conrad E. Meyer
Author: cem Date: Wed May 11 23:39:39 2016 New Revision: 299496 URL: https://svnweb.freebsd.org/changeset/base/299496 Log: atf map: Fix double-free in low memory error path If atf_list_append(, X, ) fails, X is freed. Don't free it again. If anyone wants to walk this patch upstream,