]> 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)
committerHoward Chu <hyc@symas.com>
Mon, 5 Nov 2012 13:06:06 +0000 (05:06 -0800)
commitbb36bdcd1c22d1fbc6575452ef5c9112715ab083
tree45b8c3cb462de58e43868b32b3a6b4a779a77568
parent0108327c274a4b260b5b355d2a7c3ffc3a85f4c1
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