Date: Mon, 24 Aug 2015 00:45:27 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202603] [PATCH] net-p2p/namecoin: fix build with _FORITFY_SOURCE Message-ID: <bug-202603-13-p8y1vAPhe2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202603-13@https.bugs.freebsd.org/bugzilla/> References: <bug-202603-13@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=202603 Pedro F. Giffuni <pfg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #160267|0 |1 is obsolete| | --- Comment #1 from Pedro F. Giffuni <pfg@FreeBSD.org> --- Created attachment 160276 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160276&action=edit Cleaner fix This should be cleaner: On FreeBSD strlcat and strcpy exist so you should be using the native libc versions instead of redefining your own. FORTIFY_SOURCE depends on using the system headers so this change fixes that case too. -- 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-202603-13-p8y1vAPhe2>