summaryrefslogtreecommitdiffstats
path: root/lib/libaccess/acltools.cpp
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-09-13 13:34:07 -0700
committerNathan Kinder <nkinder@redhat.com>2010-09-15 09:11:05 -0700
commit7c00bf728c3a8c20c08d76f66cccaf892c81a5f2 (patch)
tree68db2a87bd96bc0adf68765ed0b13133855fe0fd /lib/libaccess/acltools.cpp
parent243ba589c5a69a42bdae8459bd3e6d2e65853de8 (diff)
downloadds-7c00bf728c3a8c20c08d76f66cccaf892c81a5f2.tar.gz
ds-7c00bf728c3a8c20c08d76f66cccaf892c81a5f2.tar.xz
ds-7c00bf728c3a8c20c08d76f66cccaf892c81a5f2.zip
Bug 630097 - (cov#11946) NULL dereference in ResHashCreate()
If we jump to the error label due to an error allocating memory for pResHash->treelist, we try to do a free of pResHash->treelist->vlist without checking if pResHash->treelist is NULL. We need to perform this NULL check before dereferencing pResHash->treelist.
Diffstat (limited to 'lib/libaccess/acltools.cpp')
0 files changed, 0 insertions, 0 deletions