Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2012 11:16:56 -0400
From:      suraj sandhu <surajsandhu.2005@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   Warning: ifaddr refcount use patch (svn commit: r194760 - in head/sys: contrib/rdma net net80211 netinet netinet6 netipx (fwd))
Message-ID:  <CAE0BbcNWkcEbtfK0o8_0F1BRE%2BOzyZmwkipXuNzZRNeZJ=e6dA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi Robert,

I am using Freebsd 8.2 and facing the Use-after-free issue because of the
possible reference release on ifaddr without it being acquired.
The issue is that ifa remains on the addr list of ifp but it is already
free which leads to the panic in the code trying to traverse through the
ifaddr list of ifp.

I am wondering if the patches you mentioned in the thread are still
available.

Thanks,
Suraj



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE0BbcNWkcEbtfK0o8_0F1BRE%2BOzyZmwkipXuNzZRNeZJ=e6dA>