]> granicus.if.org Git - procps-ng/commit
top: restore one line of code to sig_endpgm() function
authorJim Warner <james.warner@comcast.net>
Wed, 22 Jan 2020 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@dropbear.xyz>
Tue, 18 Feb 2020 00:20:58 +0000 (11:20 +1100)
commited34b1228ed08fbfdbf6f1a61ca7ca62448ccd86
treedba85508ade716c7f2e4ccfe3a9682e083105fb1
parent6164fbb82916178a0fa60f4eb1f7b651247407df
top: restore one line of code to sig_endpgm() function

When that potential abend at program end was addressed
in the patch shown below, one line of code was removed
in error. That line served to suppress some end-of-job
reports should ATEOJ_RPTSTD or ATEOJ_RPTHSH be active.

So, this patch restores that previously deleted logic.

Reference(s):
. potential SEGV fix, master branch
commit d37f85c269fbb6e905802ffdbce0ba4173ba21a9

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c