]> git.ipfire.org Git - thirdparty/krb5.git/commit
Work around uninitialized warning in cc_kcm.c
authorTom Yu <tlyu@mit.edu>
Wed, 6 Jan 2016 20:24:16 +0000 (15:24 -0500)
committerTom Yu <tlyu@mit.edu>
Fri, 8 Jan 2016 22:09:29 +0000 (17:09 -0500)
commit5cfdda24a05754653d3d0d989db56976602a7ec0
treedc2c36ca4e68bca70430f35fa81bd157a4835cde
parentac6ee6338cbf93a1b2bda3c4ebfeab0df56128fe
Work around uninitialized warning in cc_kcm.c

Some versions of clang erroneously detect use of an uninitialized
variable reply_len in kcmio_call() when building on non-Mac platforms.
Initialize it to work around this warning.

(cherry picked from commit 40b007c0d8e2a12c6f4205ac111dee731c9d970c)

ticket: 8335
version_fixed: 1.13.4
tags: -pullup
status: resolved
src/lib/krb5/ccache/cc_kcm.c