This was caused by a missing null terminator at the end of an
array in code that was added in February; see patch below. I have
uploaded postfix-3.12-20260302 and postfix-3.11.0-RC5.
Wietse
*** ./src/global/nbdb_surrogate.c- 2026-02-19 16:58:18.000000000 -0500
--- ./src/global/nbdb_surrogate.c 2026-03-02 14:00:25.216458583 -0500
***************
*** 94,99 ****
--- 94,100 ----
static const DICT_OPEN_INFO surrogate_bdb_info[] = {
{DICT_TYPE_HASH, surrogate_dict_hash_open, surrogate_mkmap_hash_open},
{DICT_TYPE_BTREE, surrogate_dict_btree_open, surrogate_mkmap_btree_open},
+ 0,
};
/* nbdb_surr_init - register the above surrogates */
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]