api: keep AddressSanitizer happy 49/38049/4
authorBenoît Ganne <bganne@cisco.com>
Thu, 26 Jan 2023 16:04:58 +0000 (17:04 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 27 Jan 2023 16:37:15 +0000 (16:37 +0000)
commit8a1d07922b20f0c960af4b99c642aec08ae1b9c4
tree7a1dca41a637e75852b684f51ef6be5f257c2de3
parent49bbf9e98aacfe6f807ab54cb9aebda53e80dce8
api: keep AddressSanitizer happy

socket_tx_buffer is a vector, update its length accordingly so that
AddressSanitizer can keep track of the allowed memory area.
By doing so we can get rid of socket_tx_nbytes which becomes redundant
with the vector length.

Type: fix

Change-Id: Ied7cb430b5dd40d5ed1390aa15bd5f455a0dba62
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/vlibmemory/socket_client.c
src/vlibmemory/socket_client.h