Fix potential pointer use err in SI95 25/4425/2 4.1.4
authorE. Scott Daniels <daniels@research.att.com>
Tue, 21 Jul 2020 17:39:18 +0000 (13:39 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 21 Jul 2020 17:54:26 +0000 (13:54 -0400)
commitece5bbead6922f59982227c9941babdd6054cf17
treee42cce5c2a48ac013f121a0b40241d8eef328402
parentcf4413c47ce274d7fc08c3bcfc8c4de3d465ad4d
Fix potential pointer use err in SI95

In SIconnect it was possible for a freed struct to be used
if the session didn't connect.

This change also picks up whitespace changes to the docs.

Issue-ID: RIC-626

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ie23f4925c6a29b301f0143e938c11f57f0ed5631
54 files changed:
CHANGES_CORE.txt
CMakeLists.txt
doc/src/library/Makefile
doc/src/library/setup.im
doc/src/rtd/Makefile
doc/src/rtd/publish_man.sh
docs/config-deploy.rst
docs/developer-guide.rst
docs/msg_types.rst
docs/rel-notes.rst
docs/rmr.7.rst
docs/rmr_alloc_msg.3.rst
docs/rmr_bytes2meid.3.rst
docs/rmr_bytes2payload.3.rst
docs/rmr_bytes2xact.3.rst
docs/rmr_call.3.rst
docs/rmr_close.3.rst
docs/rmr_free_msg.3.rst
docs/rmr_get_const.3.rst
docs/rmr_get_meid.3.rst
docs/rmr_get_rcvfd.3.rst
docs/rmr_get_src.3.rst
docs/rmr_get_srcip.3.rst
docs/rmr_get_trace.3.rst
docs/rmr_get_trlen.3.rst
docs/rmr_get_xact.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_payload_size.3.rst
docs/rmr_rcv_msg.3.rst
docs/rmr_ready.3.rst
docs/rmr_realloc_payload.3.rst
docs/rmr_rts_msg.3.rst
docs/rmr_send_msg.3.rst
docs/rmr_set_fack.3.rst
docs/rmr_set_stimeout.3.rst
docs/rmr_set_trace.3.rst
docs/rmr_set_vlevel.3.rst
docs/rmr_str2meid.3.rst
docs/rmr_str2xact.3.rst
docs/rmr_support.3.rst
docs/rmr_torcv_msg.3.rst
docs/rmr_trace_ref.3.rst
docs/rmr_tralloc_msg.3.rst
docs/rmr_wh_call.3.rst
docs/rmr_wh_close.3.rst
docs/rmr_wh_open.3.rst
docs/rmr_wh_send_msg.3.rst
docs/rmr_wh_state.3.rst
docs/rt_tables.rst
docs/user-guide.rst
src/rmr/si/src/si95/siconnect.c