]> git.sur5r.net Git - openldap/commit
ITS#8655 fix double free on paged search with pagesize 0
authorRyan Tandy <ryan@nardis.ca>
Thu, 18 May 2017 03:07:39 +0000 (20:07 -0700)
committerRyan Tandy <ryan@nardis.ca>
Sat, 20 May 2017 18:28:54 +0000 (18:28 +0000)
commit0cee1ffb6021b1aae3fcc9581699da1c85a6dd6e
tree75357fd8365edb048a7fb42b0393cc08a06a0ef1
parent431c4af526b18abb4a18c2c4c8655690b753cbe5
ITS#8655 fix double free on paged search with pagesize 0

Fixes a double free when a search includes the Paged Results control
with a page size of 0 and the search base matches the filter.
servers/slapd/back-mdb/search.c