fixing RMR messages with negative size 30/12230/2
authorczichy <thoralf.czichy@nokia.com>
Mon, 11 Dec 2023 15:24:44 +0000 (17:24 +0200)
committerczichy <thoralf.czichy@nokia.com>
Mon, 11 Dec 2023 15:39:26 +0000 (17:39 +0200)
commit9819507472caa5906a7047b38f50a94d1931ea26
tree9434380434f7377dd5794cc1069f463fd0f6ac79
parent472609280e241527e51128781603f0a340ffe9cc
fixing RMR messages with negative size

This fixes an issue in RMR when receiving messages that in their
header have a negative length. We now mark the connection
as to be reset, i.e, it becomes unusable once there was a
message sent with a wrong header length.

Issue-ID: RIC-989

Change-Id: I1e6e958d1f3977b2caf15477d8381aeda3c77822
Signed-off-by: czichy <thoralf.czichy@nokia.com>
ci/ci_build.ksh
src/rmr/si/src/mt_call_si_static.c
test/app_test/create_invalid_request.sh [new file with mode: 0644]
test/app_test/create_valid_request.sh [new file with mode: 0644]
test/app_test/run_all.sh
test/app_test/run_neg_rmr_size_test.sh [new file with mode: 0644]