Comment 16 for bug 19277

Revision history for this message
In , Jeremiah Orem (oremj) wrote : procps: [PATCH] Fixes segfaults on xterm resize

Package: procps
Version: 1:3.2.7-3
Followup-For: Bug #256376

This patch fixes the top segfault when resizing the terminal to a
small size. It does not reallocate memory for every resize. Instead
it only allocates memory if the new window size is larger than the
current window size.