summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-07-04 09:53:06 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-07-04 13:47:01 +0200
commit90e5684e8e623d9b616e38300acc6eed51a28229 (patch)
treeeb15cf15f8f72b682f95205ccd30a83eb0d70e77 /src/confdb
parenta2407fc21be3e9e5006cc575aae01ed1216138db (diff)
downloadsssd-90e5684e8e623d9b616e38300acc6eed51a28229.tar.gz
sssd-90e5684e8e623d9b616e38300acc6eed51a28229.tar.xz
sssd-90e5684e8e623d9b616e38300acc6eed51a28229.zip
IPA: Fix uninitialized pointer read (UNINIT)
We try to release sdap_handle in the function sdap_cli_connect_recv. Therefore we might try to release memory which does not belong to us due to uninitialized pointer. 2070 if (gsh) { 6. read_parm: Reading a parameter value. 2071 if (*gsh) { 2072 talloc_zfree(*gsh); 2073 } Found by Coverity Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
Diffstat (limited to 'src/confdb')
0 files changed, 0 insertions, 0 deletions