]> git.sur5r.net Git - openldap/commit
ITS#7432 fix typo in mdb_midl_sort
authorHoward Chu <hyc@symas.com>
Mon, 5 Nov 2012 13:06:06 +0000 (05:06 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 5 Nov 2012 17:43:08 +0000 (09:43 -0800)
commitdc40ce680ed23ff5ef91bba41eb7f03c5a9ce39a
tree2a06613ae3fe30da4beb424d1f29fb2b4d52fc4f
parent3af24bf006e3423fce0b463e2c58e1f247804b2a
ITS#7432 fix typo in mdb_midl_sort

Wasn't pushing the optimal half of the array onto the stack,
thus used more stack than expected -> overrun.
libraries/libmdb/midl.c