]> git.sur5r.net Git - openldap/commit
Fix uninit'd mem ref in mdb_page_split
authorHoward Chu <hyc@openldap.org>
Mon, 12 Aug 2013 19:43:42 +0000 (12:43 -0700)
committerHoward Chu <hyc@openldap.org>
Mon, 12 Aug 2013 19:43:42 +0000 (12:43 -0700)
commiteaeeecc3b28a814d6793b57102d9e03ff9a8cef7
treedd9af69de55c1bf7e10de2fa0428e935796f2ebf
parent6ecee1cbf9c6cad8665e2e3233e5a581f16a402b
Fix uninit'd mem ref in mdb_page_split

Don't compare cursors beyond their depth. (detected by valgrind)
libraries/liblmdb/mdb.c