diff options
author | Nathan Kinder <nkinder@redhat.com> | 2010-09-14 11:14:53 -0700 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2010-09-15 09:11:05 -0700 |
commit | 94b265fb509ac194dec8e51b6d02f7fd88673aac (patch) | |
tree | 253f02b232fb52b2bda6caa2240f98442f89991f /configure | |
parent | b28a60185cd54f149e77a1f34ffbfd676f5f2342 (diff) | |
download | ds-94b265fb509ac194dec8e51b6d02f7fd88673aac.tar.gz ds-94b265fb509ac194dec8e51b6d02f7fd88673aac.tar.xz ds-94b265fb509ac194dec8e51b6d02f7fd88673aac.zip |
Bug 630097 - (cov#15462) NULL dereference in mep_modrdn_post_op()
If we fail to fetch the postop entry for a modrdn operation in the
Managed Entry Plug-in, we end up passing a NULL pointer to
slapi_entry_attr_get_charptr(). This function dereferences the
entry without checking if it is NULL first. The mep_modrdn_post_op()
function should just return if we are unable to fetch the postop
entry.
I believe that this issue could trigger a crash when chain-on-update
is configured and a modrdn operation is chained. There is no postop
entry in this case.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions