Skip Menu |
 

From: kaduk@MIT.EDU
Subject: git commit

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@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(-)
From: tlyu@mit.edu
Subject: git commit

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/ad3d9a208b97754317403e63a28da4c1b4ca6b63
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: ad3d9a208b97754317403e63a28da4c1b4ca6b63
Branch: krb5-1.14
src/lib/krb5/os/sendto_kdc.c | 2 ++
src/tests/asn.1/trval.c | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

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@mit.edu>
Committer: Tom Yu <tlyu@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(-)