summaryrefslogtreecommitdiff
path: root/mach-defpager
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-06 16:17:26 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-09 19:41:52 +0100
commitbd55e5ccce4b35ffb1028d7810b93df3b7522d05 (patch)
treeb4346969eca1a7fde3fe912ea0514aef121528cd /mach-defpager
parentd22ba3e7629976f6a55382140945e92a4d5600b7 (diff)
auth: fix use of uninitialized variable err
Previously a plausible execution path existed so the value of err was undefined at the end of the function, making the function return arbitrary error values. Fix this by initializing it to 0. Found using the Clang Static Analyzer. * auth/auth.c (S_auth_server_authenticate): Initialize err to 0.
Diffstat (limited to 'mach-defpager')
0 files changed, 0 insertions, 0 deletions