[krbdev.mit.edu #8475] git commit

Benjamin Kaduk via RT rt-comment at krbdev.mit.edu
Thu Sep 8 00:14:07 EDT 2016


Fix build with -O3 on ppc64el

Ubuntu runs ppc64el builds with -O3, which elicited a few warnings
from gcc that were not generated elsewhere, as documented at
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1592841 .

Initialize the output variable at the top of a couple of helper functions
to silence the uninitialized-variable warnings.

https://github.com/krb5/krb5/commit/7db89952d8d4f806ac8b4908f898ac651df11643
Author: Ben Kaduk <kaduk at mit.edu>
Commit: 7db89952d8d4f806ac8b4908f898ac651df11643
Branch: master
 src/lib/krb5/os/sendto_kdc.c |    2 ++
 src/tests/asn.1/trval.c      |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list