]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix regression in top(1) after r344381, causing informational messages
authordim <dim@FreeBSD.org>
Tue, 2 Apr 2019 18:01:54 +0000 (18:01 +0000)
committerdim <dim@FreeBSD.org>
Tue, 2 Apr 2019 18:01:54 +0000 (18:01 +0000)
commita74a882b99e44174eaae717798d1f8901dad988f
treeb1875d4e1992ce2c05b64222badc7204e7ceab37
parent345c2b40ef079e652a06ae1826c4038de6258cc8
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 <james.wright@jigsawdezign.com>
PR: 236947
MFC after: 3 days
usr.bin/top/display.c