Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Apr 2018 20:21:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 226841] sysutils/dupd: update to version 1.6
Message-ID:  <bug-226841-7788-wj8y63yRYA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226841-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226841-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226841

--- Comment #4 from Thomas Hurst <tom@hur.st> ---
Found more fun regarding the ld stuff:
https://news.ycombinator.com/item?id=3D10816322

Specifically, readelf -lW shows dupd has an executable stack:

  GNU_STACK ... RWE 0x8

Fixing this involves even more hoop jumping.  This seems a disproportionate
amount of effort for a feature that is literally less useful than just typi=
ng
"man dupd".

Instead of chasing it, I'm going to replace that function with a simple cal=
l to
man(1), followed by the banner so it shows up after the user leaves the man
page.

Will have an updated patch up shortly, currently running tests.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226841-7788-wj8y63yRYA>