]> git.ipfire.org Git - thirdparty/unbound.git/commit
Add extra statistic to track the number of signature validation operations (#1289)
authorRoland van Rijswijk-Deij <roland@nlnetlabs.nl>
Sat, 12 Jul 2025 14:29:38 +0000 (16:29 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 14:29:38 +0000 (16:29 +0200)
commit44ac818f873b915cbd8376a494f2b1c0260f1fbc
tree935160059e434677ed8175d777fbd9770849035e
parentb4e12030e7feb3a76af1e52b5781a91e5651ce85
Add extra statistic to track the number of signature validation operations (#1289)

* Add extra statistic to track the number of signature validation operations performed by the validator module

* Move validation operation statistic to mesh as suggested

* Fix NULL pointer dereference in case the mesh is not used (and is `NULL`)

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
* Fix NULL pointer dereference on qstate and qstate->env in unit test situation

---------

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
daemon/remote.c
daemon/stats.c
libunbound/unbound.h
services/mesh.c
services/mesh.h
smallapp/unbound-control.c
validator/val_sigcrypt.c