summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/usn/usn.c
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-09-14 11:43:09 -0700
committerNathan Kinder <nkinder@redhat.com>2010-09-15 09:11:05 -0700
commit09653dc9d5719d171d71c2b92c9fe8bff94ed4b6 (patch)
tree7b7bef8ff97d0f8a3d8b7f90f2abc25522d703d8 /ldap/servers/plugins/usn/usn.c
parent30d6b1ea5c6a7f1f774bb86bea0d995cd9e45f20 (diff)
downloadds-09653dc9d5719d171d71c2b92c9fe8bff94ed4b6.tar.gz
ds-09653dc9d5719d171d71c2b92c9fe8bff94ed4b6.tar.xz
ds-09653dc9d5719d171d71c2b92c9fe8bff94ed4b6.zip
Bug 630097 - (cov#15464) NULL dereference in repl code
If the attr parameter that is passed to my_ber_scanf_attr() is NULL, we jump to the loser label where we clean up memory we may have allocated. We dereference attr without first checking if it is NULL in this clean-up code. We need to check if attr is NULL before dereferencing it.
Diffstat (limited to 'ldap/servers/plugins/usn/usn.c')
0 files changed, 0 insertions, 0 deletions