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

Julio Merino julio at meroh.net
Tue Jul 5 03:15:52 UTC 2016


On Wed, May 11, 2016 at 7:39 PM, Conrad E. Meyer <cem at freebsd.org> 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, ) fails, X is freed.  Don't free it again.

This fix seems bogus. I think the following is correct:

https://github.com/jmmv/atf/commit/710d1cf96f3ab716e76b569714fd7303292d93b2

-- 
Julio Merino -- http://julio.meroh.net/


More information about the svn-src-all mailing list