Fix core dump in rmr_probe when -r option given 93/4693/1 4.2.2
authorE. Scott Daniels <daniels@research.att.com>
Fri, 11 Sep 2020 13:51:52 +0000 (09:51 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 11 Sep 2020 13:59:08 +0000 (09:59 -0400)
commit3bcce7bf0dfe8dbe501cd8a851350acb23a3b6de
tree1a2b09b6bad0a1b57b10600194291bca678a47be
parent373f13d6cecbdc193a894234beef55fd24808280
Fix core dump in rmr_probe when -r option given

When the '-r' option was given on the rmr_probe command line the
process would core dump. This change corrects the argument parsing
code that was the source of the problem.

Issue-ID: RIC-644

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I02b5b0ba211de1ec0458e8c83d2f2ccf97523825
CHANGES_CORE.txt
CMakeLists.txt
docs/rel-notes.rst
src/support/rmr_probe.c