diff options
author | 2013-06-05 20:14:29 +0000 | |
---|---|---|
committer | 2013-06-05 20:14:29 +0000 | |
commit | 9821bebadb2e8792a86be7736f60ef8682638bf2 (patch) | |
tree | 11c9908269134984d1e13fa50d44d9b19aa4e277 /app-crypt/mit-krb5/files | |
parent | Fix building with -Werror by default, bug #469026. Fix not respecting LDFLAGS... (diff) | |
download | historical-9821bebadb2e8792a86be7736f60ef8682638bf2.tar.gz historical-9821bebadb2e8792a86be7736f60ef8682638bf2.tar.bz2 historical-9821bebadb2e8792a86be7736f60ef8682638bf2.zip |
Version bump. Initialize some more variables - bug #471164
Package-Manager: portage-2.2.0_alpha177/cvs/Linux x86_64
Manifest-Sign-Key: 0x77F1F175586A3B1F
Diffstat (limited to 'app-crypt/mit-krb5/files')
-rw-r--r-- | app-crypt/mit-krb5/files/mit-krb5-1.11_uninitialized.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/mit-krb5/files/mit-krb5-1.11_uninitialized.patch b/app-crypt/mit-krb5/files/mit-krb5-1.11_uninitialized.patch index 12d8e49828b7..16f07d7423a3 100644 --- a/app-crypt/mit-krb5/files/mit-krb5-1.11_uninitialized.patch +++ b/app-crypt/mit-krb5/files/mit-krb5-1.11_uninitialized.patch @@ -65,3 +65,14 @@ index 7dc5b47..cd90db8 100644 + krb5_error_code ret, module_ret = 0; krb5_responder_fn responder = opte->opt_private->responder; static const int paorder[] = { PA_INFO, PA_REAL }; + +--- a/src/tests/asn.1/trval.c 2013-04-12 12:51:36.000000000 -0500 ++++ b/src/tests/asn.1/trval.c 2013-05-24 04:31:14.077036380 -0500 +@@ -404,7 +404,7 @@ + { + int n; + int r = 0; +- int rlen2; ++ int rlen2 = 0; + int rlent; + int save_appl; |