]> git.sur5r.net Git - openldap/commit
Use a single malloc'd block for all the temporary IDL storage in the
authorHoward Chu <hyc@openldap.org>
Mon, 18 Mar 2002 11:40:58 +0000 (11:40 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 18 Mar 2002 11:40:58 +0000 (11:40 +0000)
commitcc21d814b3a553d57f06e8af4feb9b5eb66a444c
treebb246c8e0b607216b9dec5094e86e0d421179941
parentbad62d2167c3db55203d71d904d84e4a11d13a62
Use a single malloc'd block for all the temporary IDL storage in the
filter processing, to avoid runtime stack blowout. Also removes the
need for gigantic thread stacks.
servers/slapd/back-bdb/filterindex.c
servers/slapd/back-bdb/proto-bdb.h
servers/slapd/back-bdb/search.c