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:31:46 -0500
commitfa9f50878bc93b4ebe5ebf012b207494ff29e6fc (patch)
tree6f11713e4a3ce92231803e2e83a7f68ea74ee8a6 /server/config
parent4b6cc739779965f3dde02745b60989324ada2b62 (diff)
downloadsssd-fa9f50878bc93b4ebe5ebf012b207494ff29e6fc.tar.gz
sssd-fa9f50878bc93b4ebe5ebf012b207494ff29e6fc.tar.xz
sssd-fa9f50878bc93b4ebe5ebf012b207494ff29e6fc.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