Add CLI validation of parameters and print a corrupted value message
commita76d22bf60c1d9b471b43918af62efab268d8911
authorBruce Luckcuck <github@etracer.net>
Tue, 4 Sep 2018 22:55:42 +0000 (4 18:55 -0400)
committerBruce Luckcuck <github@etracer.net>
Wed, 5 Sep 2018 11:36:42 +0000 (5 07:36 -0400)
treea46d2fb9d40843b8c14d7c673ca237ec62826529
parentbaaaaf9d8f63cc95ae1f99652cdd1d22bb24c55f
Add CLI validation of parameters and print a corrupted value message
Validates the index for lookup values to prevent referencing random memory.  Also validates the range of numeric parameters.

diff output will clearly show any corrupted parameters.
src/main/interface/cli.c