diff options
author | Greg Hudson <ghudson@mit.edu> | 2013-02-01 11:52:48 -0500 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2013-02-01 11:53:38 -0500 |
commit | 1b7f7eef8a95bda0135159b2c06a168b56d9f42b (patch) | |
tree | 4b23cf65cddd481f5f297279bbdef5eb976fc076 /src/lib/gssapi/generic/gssapiP_generic.h | |
parent | 1f6d917fb52be81c9d009d7c10177d1193bf5ae1 (diff) | |
download | krb5-1b7f7eef8a95bda0135159b2c06a168b56d9f42b.tar.gz krb5-1b7f7eef8a95bda0135159b2c06a168b56d9f42b.tar.xz krb5-1b7f7eef8a95bda0135159b2c06a168b56d9f42b.zip |
Fix kdb5_util dump.c uninitialized warnings
Some versions of clang report an uninitialized variable warning (which
we treat as an error) in process_k5beta_record. Due to the if-ladder
style of the function, uninitialized tmpint values can be copied
around in certain error cases, although the garbage values would be
ultimately ignored. As a minimal fix, initialize the tmpint
variables.
ticket: 7560 (new)
target_version: 1.11.1
tags: pullup
Diffstat (limited to 'src/lib/gssapi/generic/gssapiP_generic.h')
0 files changed, 0 insertions, 0 deletions