CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2010/06/30 21:43:24
Modified files: usr.sbin/ldapd : btree.c Log message: Fix a null pointer dereference when writing an entry requiring a single overflow page. Found by clang static analyzer. Also add some assertions to silence clang.