]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lib: zero receive buffer
authorVincent Bernat <vincent@bernat.ch>
Sun, 18 Sep 2022 08:03:43 +0000 (10:03 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 18 Sep 2022 08:03:43 +0000 (10:03 +0200)
commite19e50f6a99a0e5d295eba91309e5573b744be56
tree6fc75ea0cd0a4785cd94813e8d7abe5d0822336b
parent168111bb1ca69a7a5ef4b8cac899444cd5cd7177
lib: zero receive buffer

This is not strictly needed as we only use the part that was correctly
written by recv(), but it helps static tool analysis.
src/lib/connection.c