]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Support compilation with cmocka 2.0.0+
authorNicki Křížek <nicki@isc.org>
Wed, 7 Jan 2026 10:12:50 +0000 (11:12 +0100)
committerNicki Křížek <nicki@isc.org>
Wed, 7 Jan 2026 10:12:50 +0000 (11:12 +0100)
commitc49ee7907d87d0e60d2e8a08b34917ec0b94b2b1
tree958c8ccb012df42d2c2834d0b2b1d8de231bf6f3
parent57ee4d1e1c593824c4fb821c389c255c32161b69
parent6843a4bd9afa0b06daac27091049427fcd5c601c
chg: dev: Support compilation with cmocka 2.0.0+

The `assert_in_range()` function was deprecated in favor of
`assert_int_in_range()` and `assert_uint_in_range()`. Add compatibility
shims for cmocka<2.0.0 and use the new functions.

Closes #5699

Merge branch '5699-support-cmocka-2.0.0' into 'main'

See merge request isc-projects/bind9!11412