Created attachment 174473 [details] upgrade patch Bug fix: - It fixes a race condition when lsof is looking up information on a socket’s TCP state. The worst case of the race is that lsof gets a segmentation fault.
A commit references this bug: Author: adamw Date: Wed Sep 7 15:03:24 UTC 2016 New revision: 421506 URL: https://svnweb.freebsd.org/changeset/ports/421506 Log: Update to 4.90F. PR: 212457 Submitted by: maintainer (Larry Rosenman) Changes: head/sysutils/lsof/Makefile head/sysutils/lsof/distinfo
Sorry it took so long to commit. I had to wait for the VM to reboot. Also I'm just realizing that you had a nice commit message prepared that I totally missed.
Reopening to ask for a MFH.
A commit references this bug: Author: adamw Date: Thu Sep 8 00:03:35 UTC 2016 New revision: 421527 URL: https://svnweb.freebsd.org/changeset/ports/421527 Log: MFH: r421506 Update to 4.90F. Bug fix: - It fixes a race condition when lsof is looking up information on a socket's TCP state. The worst case of the race is that lsof gets a segmentation fault. PR: 212457 Submitted by: maintainer (Larry Rosenman) Approved by: ports-secteam (feld) Changes: _U branches/2016Q3/
A commit references this bug: Author: adamw Date: Thu Sep 8 14:08:04 UTC 2016 New revision: 421552 URL: https://svnweb.freebsd.org/changeset/ports/421552 Log: Fix botched merge in r421527 by merging r418252, r418405, and r418838 as well. Approved by: ports-secteam (feld) r418252: Fix build under 12.0-CURRENT. r418405: upgrade to 4.90C - support for DTYPE_PTS - FreeBSD 12.0-CURRENT r418838: Update to 4.90E. r421506: Update to 4.90F. Bug fix: - It fixes a race condition when lsof is looking up information on a socket's TCP state. The worst case of the race is that lsof gets a segmentation fault. PR: 212457 Submitted by: maintainer (Larry Rosenman) Changes: branches/2016Q3/sysutils/lsof/Makefile branches/2016Q3/sysutils/lsof/distinfo
Okay, MFH is done, after hitting a couple branches on the way down.