]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix build with -O3 on ppc64el 511/head
authorBen Kaduk <kaduk@mit.edu>
Thu, 11 Aug 2016 04:25:47 +0000 (23:25 -0500)
committerBen Kaduk <kaduk@mit.edu>
Thu, 8 Sep 2016 03:45:29 +0000 (22:45 -0500)
commit7db89952d8d4f806ac8b4908f898ac651df11643
tree61da8c565abeaab1ab66c51cb7cca47505f83a66
parentc0f08f2eadbf179ec30008893a125722536c7802
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.

ticket: 8475 (new)
target_version: 1.14-next
target_version: 1.13-next
tags: pullup
src/lib/krb5/os/sendto_kdc.c
src/tests/asn.1/trval.c