summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-09-14 11:27:44 -0700
committerNathan Kinder <nkinder@redhat.com>2010-09-15 09:11:05 -0700
commit30d6b1ea5c6a7f1f774bb86bea0d995cd9e45f20 (patch)
treeae2663a8506a6882223c341936047921082d06c6 /Makefile.in
parent94b265fb509ac194dec8e51b6d02f7fd88673aac (diff)
downloadds-30d6b1ea5c6a7f1f774bb86bea0d995cd9e45f20.tar.gz
ds-30d6b1ea5c6a7f1f774bb86bea0d995cd9e45f20.tar.xz
ds-30d6b1ea5c6a7f1f774bb86bea0d995cd9e45f20.zip
Bug 630097 - (cov#15463) Remove NULL check in referint plugin
Coverity believes that search_result_pb can be NULL since we check if it is NULL before freeing the internal search results. If this was true, there would be a NULL dereference issue when we call slapi_pblock_get(). We are guaranteed that search_result_pb is non-NULL after slapi_pblock_new() is called since the server would exit if it was unable to allocate memory. We should remove the NULL check before freeing the internal search results.
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions