]> git.puffer.fish Git - mirror/frr.git/commit
ripd: fix authentication key length 9191/head
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 26 Jul 2021 19:31:41 +0000 (22:31 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 27 Jul 2021 08:23:36 +0000 (11:23 +0300)
commitb5b4f44eb30f0271e4df35784fe6c4b125fe349c
tree7a8f699cb0b9f4e12ae063db65bfae6a0ab19994
parent53d7080980bb4e3bf6ef053673ebc560c5412103
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>
ripd/ripd.c