This patch fixes the ucontext(3) issue in security/stunnel, described and discussed in: http://lists.FreeBSD.org/pipermail/freebsd-ports/2005-May/023344.html http://www.FreeBSD.org/cgi/query-pr.cgi?pr=81001 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=81162 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=81289 The actual problem is that stunnel tries to reuse its initially prepared cleanup context. This technique does not work with FreeBSD. The fix introduced in this patch reinitializes the cleanup context every time it is going to be used.
Responsible Changed From-To: freebsd-ports-bugs->roam Over to maintainer.
State Changed From-To: open->closed I've committed Michael Trojnara's patch. Still, thanks A LOT for all the time you've spent tracking this down!