Pull up r25679 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 10 Feb 2012 21:19:13 +0000 (21:19 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 10 Feb 2012 21:19:13 +0000 (21:19 +0000)
commit734df283f8d1d7942bc2fd11615616e3c4af9618
treefc20175cbbf4f5b31199181b8b8ae1a52a985aa3
parent0df79018a4a098981b96ed77c213877bb2641db4
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.

ticket: 7088
version_fixed: 1.10.1
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-10@25683 dc483132-0cff-0310-8789-dd5450dbe970
src/tests/asn.1/trval.c