Howard Chu pushed to branch mdb.master3 at openldap / OpenLDAP
Commits: 8ba07ad7 by Howard Chu at 2025-12-16T17:33:38+00:00 ITS#8988 lmdb: make all keys and data 2-byte aligned
This is an incompatible DB format change. Previously, only a single pad byte was used if key+data was an odd size. Now, separate padding is used for both odd keys and odd data sizes.
Note: also compile with -DMISALIGNED_OK=0 on x86 to avoid all misaligned pgno accesses.
- - - - -
1 changed file:
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/8ba07ad71138d7735df92256...