https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236947
--- Comment #2 from [email protected] --- A commit references this bug: Author: dim Date: Tue Apr 2 18:01:54 UTC 2019 New revision: 345807 URL: https://svnweb.freebsd.org/changeset/base/345807 Log: Fix regression in top(1) after r344381, causing informational messages to no longer be displayed. This was because the reimplementation of setup_buffer() did not copy the previous contents into any reallocated buffer. Reported by: James Wright <[email protected]> PR: 236947 MFC after: 3 days Changes: head/usr.bin/top/display.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
