+20260721
+
+ Hardening: in the non-BerkeleyDB migration service, delay
+ the decision between running postmap or postalias until
+ after the database file/directory owner/permission checks.
+ The benefit from making the decision early (better error
+ messages) was not worth the risk. Qualys, assisted by Claude
+ Mythos Preview. Files: nbdb_process.c, nbdb_process_test.c.
+
+ Back-port htable fixes to binhash tables: 1) segfault in
+ the binhash first/next iterator when a table contains one
+ element; 2) technical debt: allow an element to be deleted
+ after the binhash table's first/next iterator has started,
+ but before it has visited the element; 3) don't free null
+ data pointers. File: util/binhash.c.
+
+ Code health: missing <arpa/inet> includes. Files:
+ testing/mock_servent.c, util/find_inet_service.c.
+