]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix keychain NB crash
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 16 Apr 2024 20:34:20 +0000 (23:34 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 16 Apr 2024 20:34:20 +0000 (23:34 +0300)
commit5f018a36d5d8f30bfb4f4cf9bbe83e915b115d6b
treec46313193c9eaa85e3925df804a45b9e9d51e538
parent84d1fb19e22a5f0d13d3bbb7c74e9948773e66f3
lib: fix keychain NB crash

Operational data should not be used on validation stage. Move the usage
to apply stage only.

Fixes #15707.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/keychain_nb.c