diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-08 11:16:11 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-08 12:30:03 -0500 |
commit | 62bbadfe0aaa9348e3a05b5ce960e8c4e5a8d44b (patch) | |
tree | 5f542d047838e09af1188333e17a1dd042819f28 /.gitignore | |
parent | e696bf78c266fcb9653614d6e314c63b68a10963 (diff) | |
download | sssd-62bbadfe0aaa9348e3a05b5ce960e8c4e5a8d44b.tar.gz sssd-62bbadfe0aaa9348e3a05b5ce960e8c4e5a8d44b.tar.bz2 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 '.gitignore')
0 files changed, 0 insertions, 0 deletions