[krbdev.mit.edu #8475] git commit
Tom Yu via RT
rt-comment at krbdev.mit.edu
Fri Sep 9 17:30:28 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.
(cherry picked from commit 7db89952d8d4f806ac8b4908f898ac651df11643)
https://github.com/krb5/krb5/commit/4cbecf8e288513f7e4ac1f11a5c22b5569a82b47
Author: Ben Kaduk <kaduk at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
Commit: 4cbecf8e288513f7e4ac1f11a5c22b5569a82b47
Branch: krb5-1.13
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