[krbdev.mit.edu #7088] SVN Commit
Tom Yu via RT
rt-comment at krbdev.mit.edu
Fri Feb 10 16:19:14 EST 2012
Pull up r25679 from trunk
------------------------------------------------------------------------
r25679 | ghudson | 2012-02-07 10:45:59 -0500 (Tue, 07 Feb 2012) | 9 lines
ticket: 7088
subject: Fix uninitialized variable warning in trval.c
target_version: 1.10.1
tags: pullup
gcc -O3 is agressive enough to detect that do_cons() doesn't always
set the value of rlen2, so trval2() gets a maybe-uninitialized
warning. Squash it by initializing rlen2.
http://src.mit.edu/fisheye/changelog/krb5/?cs=25683
Commit By: tlyu
Revision: 25683
Changed Files:
U branches/krb5-1-10/src/tests/asn.1/trval.c
More information about the krb5-bugs
mailing list