summaryrefslogtreecommitdiff
path: root/package/krb5/patches/patch-src_lib_krb5_unicode_ucstr_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-15 14:25:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-15 14:25:42 +0100
commit3c586ea3d495ffa77ab95d5cb1529ecbf208a63c (patch)
treebcd9a488454f9a739450c742ced8b2e3ada8c118 /package/krb5/patches/patch-src_lib_krb5_unicode_ucstr_c
parentc653423921e82df58aa203674fabe6fc6e157cd4 (diff)
parent0c0e05a071067aa433b3cf13bd982543d9ad7d17 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/krb5/patches/patch-src_lib_krb5_unicode_ucstr_c')
-rw-r--r--package/krb5/patches/patch-src_lib_krb5_unicode_ucstr_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/krb5/patches/patch-src_lib_krb5_unicode_ucstr_c b/package/krb5/patches/patch-src_lib_krb5_unicode_ucstr_c
deleted file mode 100644
index 1651c4df7..000000000
--- a/package/krb5/patches/patch-src_lib_krb5_unicode_ucstr_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- krb5-1.11.3.orig/src/lib/krb5/unicode/ucstr.c 2013-06-03 23:39:43.000000000 +0200
-+++ krb5-1.11.3/src/lib/krb5/unicode/ucstr.c 2013-10-09 09:34:54.000000000 +0200
-@@ -109,7 +109,7 @@ krb5int_utf8_normalize(
- krb5_data ** newdataptr,
- unsigned flags)
- {
-- int i, j, len, clen, outpos, ucsoutlen, outsize;
-+ int i, j, len, clen, outpos = 0, ucsoutlen, outsize;
- char *out = NULL, *outtmp, *s;
- krb5_ucs4 *ucs = NULL, *p, *ucsout = NULL;
- krb5_data *newdata;