]> git.sur5r.net Git - openldap/commit
Fix an off by one bug which could cause a realloced buffer to be
authorKurt Zeilenga <kurt@openldap.org>
Sat, 22 Sep 2001 03:18:02 +0000 (03:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 22 Sep 2001 03:18:02 +0000 (03:18 +0000)
commit6cc6a187dab057f10e15732ccacef07a7a8c036e
tree2da3ffec81dad1da5e505a0a061f6de95536a75c
parentb52795c28337b6ebf6a6218614680048f0c2b8bc
Fix an off by one bug which could cause a realloced buffer to be
too small.  Changed extra size algorithm to use a much simplier
approach and detailed non-optimized version.
libraries/liblber/io.c