]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Properly handle BN_num_bits() return value
authorOndřej Surý <ondrej@isc.org>
Tue, 19 May 2026 19:05:59 +0000 (21:05 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 May 2026 19:05:59 +0000 (21:05 +0200)
BN_num_bits() returns 0 on NULL input and a negative value on internal
error.  The error return value is now properly handled.

Merge branch 'ondrej/fix-BN_num_bits-return-value' into 'main'

See merge request isc-projects/bind9!12057


Trivial merge