Skip Menu |
 

From: tlyu@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/40b007c0d8e2a12c6f4205ac111dee731c9d970c
Author: Tom Yu <tlyu@mit.edu>
Commit: 40b007c0d8e2a12c6f4205ac111dee731c9d970c
Branch: master
src/lib/krb5/ccache/cc_kcm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: tlyu@mit.edu
Subject: git commit

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)

https://github.com/krb5/krb5/commit/ab7f74d758e5d87785804f10cad45e26956d2a5d
Author: Tom Yu <tlyu@mit.edu>
Commit: ab7f74d758e5d87785804f10cad45e26956d2a5d
Branch: krb5-1.14
src/lib/krb5/ccache/cc_kcm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: tlyu@mit.edu
Subject: git commit

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)

https://github.com/krb5/krb5/commit/5cfdda24a05754653d3d0d989db56976602a7ec0
Author: Tom Yu <tlyu@mit.edu>
Commit: 5cfdda24a05754653d3d0d989db56976602a7ec0
Branch: krb5-1.13
src/lib/krb5/ccache/cc_kcm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)