summaryrefslogtreecommitdiffstats
path: root/server/config
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-12-08 11:16:11 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-12-08 12:30:03 -0500
commit62bbadfe0aaa9348e3a05b5ce960e8c4e5a8d44b (patch)
tree5f542d047838e09af1188333e17a1dd042819f28 /server/config
parente696bf78c266fcb9653614d6e314c63b68a10963 (diff)
downloadsssd-62bbadfe0aaa9348e3a05b5ce960e8c4e5a8d44b.tar.gz
sssd-62bbadfe0aaa9348e3a05b5ce960e8c4e5a8d44b.tar.xz
sssd-62bbadfe0aaa9348e3a05b5ce960e8c4e5a8d44b.zip
Fix potential uninitialized value error in responder_dp.c
If we fell into the default case of the switch statement, we would attempt to talloc_free() a random memory location. This patch guarantees that sdp_req is NULL if it has not been initialized.
Diffstat (limited to 'server/config')
0 files changed, 0 insertions, 0 deletions