Add safe connect, fix possible seg fault in RTC 13/3313/2 3.8.0
authorE. Scott Daniels <daniels@research.att.com>
Fri, 17 Apr 2020 17:00:28 +0000 (13:00 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 17 Apr 2020 17:23:54 +0000 (13:23 -0400)
commit43b7981cee870dcf523b910a3af92ccc53556b2a
treee4572151caa51adcd305bf833bb95328497e6e07
parent0b4dcf0947ba33b2a5d4e870f210c2bc93330c1d
Add safe connect, fix possible seg fault in RTC

This change adds "safe connect" to the SI95 code which avoids
the connect to even port bug in Linux which could potentially
result in a successful connection when the remote process is
not running or listening on the attempted port.
Issue-ID: RIC-332

This change also includes a change to the level 2 debugging
in the route table collector (RTC) code which could have
resulted in a segment fault.
Issue-ID: RIC-335

Several of the man pages are updated with typo corrections.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ib6045f36850bd2a4b07a19bf11839ce3e9824b6a
31 files changed:
CHANGES_CORE.txt
CMakeLists.txt
docs/overview.rst
docs/rel-notes.rst
docs/rmr_call.3.rst
docs/rmr_get_src.3.rst
docs/rmr_get_srcip.3.rst
docs/rmr_init.3.rst
docs/rmr_init_trace.3.rst
docs/rmr_mt_call.3.rst
docs/rmr_mt_rcv.3.rst
docs/rmr_rts_msg.3.rst
docs/rmr_send_msg.3.rst
docs/rmr_set_stimeout.3.rst
docs/rmr_wh_call.3.rst
docs/rmr_wh_open.3.rst
docs/rmr_wh_send_msg.3.rst
docs/user-guide.rst
src/rmr/common/src/logging.c
src/rmr/common/src/rtc_static.c
src/rmr/si/src/si95/siconnect.c
src/rmr/si/src/si95/siconst.h
src/rmr/si/src/si95/siestablish.c
src/rmr/si/src/si95/sinewses.c
src/rmr/si/src/si95/siproto.h
src/rmr/si/src/si95/sishutdown.c
src/rmr/si/src/si95/siterm.c
src/rmr/si/src/si95/socket_if.h
test/app_test/run_all.sh
test/si95_test.c
test/test_transport_em.c [new file with mode: 0644]