Fix SI address and initialistion bugs 75/3175/1
authorE. Scott Daniels <daniels@research.att.com>
Mon, 6 Apr 2020 20:42:32 +0000 (16:42 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 6 Apr 2020 20:49:12 +0000 (16:49 -0400)
commit0a58458afe875798f0ac3f367bd05e4ba523e115
tree9a81e3ca752ec8ce5d12391aa064676262fcdbc9
parentd961525e9eb23e3dee4a16960a1772782c3b8b36
Fix SI address and initialistion bugs

The SI95 address translation between an address struct and
human readable string had a function call with reversed
parameter constants.

The SI initialisation could excite an NPE if the v6 "listen
all" string (::) was given instead of 0.0.0.0.

Issue-ID: RIC-327

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ifa673aca7ceaa7e47fbd9158340f0f825ac0fae8
CHANGES_CORE.txt
CMakeLists.txt
src/rmr/si/src/rmr_si.c
src/rmr/si/src/si95/siaddress.c
test/si95_test.c
test/wormhole_static_test.c