diff options
author | Nathan Kinder <nkinder@redhat.com> | 2010-09-14 14:53:43 -0700 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2010-09-15 09:11:06 -0700 |
commit | 50df94f549ae75669c071e610d08ffa9ed9e841c (patch) | |
tree | 0b70dcd5ba043cc323c60941c1cd03080c1b109c /compile | |
parent | b95332620490521a66b248e7e3840507f86705a9 (diff) | |
download | ds-50df94f549ae75669c071e610d08ffa9ed9e841c.tar.gz ds-50df94f549ae75669c071e610d08ffa9ed9e841c.tar.xz ds-50df94f549ae75669c071e610d08ffa9ed9e841c.zip |
Bug 630097 - (cov#15473) NULL dereference in ResHashCreate()
If there is a problem allocating pResHash, we jump to the error
label. The error label then dereferences pResHash to do a deep
free, but it doesn't check if pResHash is NULL first. We need to
check if pResHash is NULL before dereferencing it.
Diffstat (limited to 'compile')
0 files changed, 0 insertions, 0 deletions