]> granicus.if.org Git - procps-ng/commit
top: add more robustness to logic for reading a rcfile
authorJim Warner <james.warner@comcast.net>
Fri, 18 Mar 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Mon, 21 Mar 2022 10:13:07 +0000 (21:13 +1100)
commit6c356954851d558437bb89fc3f59dafe11023cfb
tree93412cd44045d5549d3982ee6ab86c96ab209156
parent255383a8cd049f9c90fa234ba7d586be2bcde8d7
top: add more robustness to logic for reading a rcfile

At this point I don't know if the Rc.id ever carried a
value of 'b', 'c', 'd' or 'e' in a public release. But
I do know that those values ought not to be recognized
in any configuration file. Now they won't be for sure.

[ the net result is that now a user with such a file ]
[ will see the 'incompatible rcfile' message instead ]
[ of that misleading 'window entry corrupt' message. ]

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