]> git.ipfire.org Git - thirdparty/krb5.git/commit
Work around uninitialized warning in cc_kcm.c 386/head
authorTom Yu <tlyu@mit.edu>
Wed, 6 Jan 2016 20:24:16 +0000 (15:24 -0500)
committerTom Yu <tlyu@mit.edu>
Wed, 6 Jan 2016 23:07:25 +0000 (18:07 -0500)
commit40b007c0d8e2a12c6f4205ac111dee731c9d970c
tree2e671752d7ebb51ba7a6d8a823079ec64b6f051a
parent6614a8859d3fa539c3eda23ad5fad066375278c4
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.

ticket: 8335 (new)
src/lib/krb5/ccache/cc_kcm.c