ando@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/servers/slapd/back-bdb
Modified Files: id2entry.c 1.87 -> 1.88
Log Message: don't dereference NULL pointers (ITS#5676)
Nice catch. But, since txn's are always being used now, you should simply have changed the outer "if (txn)" to "if (boi)".