Correct bug in payload reallocation function 07/1607/5 Amber 1.11.1
authorE. Scott Daniels <daniels@research.att.com>
Thu, 14 Nov 2019 21:03:51 +0000 (16:03 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 15 Nov 2019 17:47:11 +0000 (12:47 -0500)
commitde63b2996a1144b55ccaaf7ad552170d18478d5c
tree809e5104569483cd0e3fe5c9b588ee8834a32a78
parent367cd53d8ab2523f6197740c77ec92eb928fed39
Correct bug in payload reallocation function

When using the rmr_realloc_payload() function with the copy
flag set, it was possible to copy a short length of data,
or none at all.  This change corrects the miscomputed length
to copy.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I01a98fa66ab69d5f11a792463bc04b73209f098b
CHANGES
CMakeLists.txt
docs/rel-notes.rst
src/rmr/nng/src/sr_nng_static.c
test/app_test/ex_rts_receiver.c
test/app_test/rebuild.ksh
test/app_test/receiver.c
test/app_test/run_all.ksh
test/app_test/sender.c
test/app_test/v_sender.c