]> git.puffer.fish Git - matthieu/frr.git/commit
ripd: fix authentication key length
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 26 Jul 2021 19:31:41 +0000 (22:31 +0300)
committermergify-bot <noreply@mergify.io>
Tue, 3 Aug 2021 13:29:39 +0000 (13:29 +0000)
commitaa7750772605699a9eed5814fefbca301708dbc2
tree41cb6addeedbd7bcfffa11f7175d9b1b992138e7
parent819ce980c4e518475e2ccc6036fd2d5218163152
ripd: fix authentication key length

We were overwriting the last byte of the key when it's exactly 16 bytes.

Fixes #8151.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
(cherry picked from commit b5b4f44eb30f0271e4df35784fe6c4b125fe349c)
ripd/ripd.c