diff options
author | Nathan Kinder <nkinder@redhat.com> | 2010-09-13 08:10:29 -0700 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2010-09-13 08:10:29 -0700 |
commit | 96cf8e3d42a2c04df7284654fabb31989c58a892 (patch) | |
tree | 7023967b8cb85c868da4a009342d30c4b66b9396 /lib/ldaputil/errors.c | |
parent | b99854b931155e4cbaa24e72b3df7debe0418b56 (diff) | |
download | ds-96cf8e3d42a2c04df7284654fabb31989c58a892.tar.gz ds-96cf8e3d42a2c04df7284654fabb31989c58a892.tar.xz ds-96cf8e3d42a2c04df7284654fabb31989c58a892.zip |
Bug 630091 - (cov#15514) Initialize DBT in entryrdn_get_parent()
In entryrdn_get_parent(), there is a DBT structure that we can use
without initializing. If we goto the bail label, we try to free
data.data, but data was never initialized. We should clear the
memory used by data in the beginning of the function before we have
an opportunity to goto bail.
Diffstat (limited to 'lib/ldaputil/errors.c')
0 files changed, 0 insertions, 0 deletions