Date: Mon, 09 Oct 2017 16:59:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222796] [exp-run] with gets removed Message-ID: <bug-222796-13-v4uHDX87gK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222796-13@https.bugs.freebsd.org/bugzilla/> References: <bug-222796-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=3D222796 --- Comment #9 from commit-hook@freebsd.org --- A commit references this bug: Author: cy Date: Mon Oct 9 16:58:45 UTC 2017 New revision: 451623 URL: https://svnweb.freebsd.org/changeset/ports/451623 Log: Use fgets() instead of gets(). The approach I used was to create a "poor man's" gets macro as an example. Though not the same as gets() it approximates gets() well enough. We might want to consider this approach in base. This is for ttps://reviews.freebsd.org/D12298. PR: 222796 Requested by: emaste Changes: head/net/tcpview/Makefile head/net/tcpview/files/patch-hex.c --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222796-13-v4uHDX87gK>