Fix contributewd by Roland Dowdeswell for 64-bit bug in name canon patches
This commit is contained in:
@@ -1477,8 +1477,8 @@ parse_name_canon_rules(krb5_context context, char **rulestrs,
|
|||||||
char *tok;
|
char *tok;
|
||||||
char *cp;
|
char *cp;
|
||||||
char **cpp;
|
char **cpp;
|
||||||
unsigned int n = 0;
|
size_t n = 0;
|
||||||
unsigned int i, k;
|
size_t i, k;
|
||||||
krb5_name_canon_rule r;
|
krb5_name_canon_rule r;
|
||||||
|
|
||||||
for (cpp = rulestrs; *cpp; cpp++)
|
for (cpp = rulestrs; *cpp; cpp++)
|
||||||
|
Reference in New Issue
Block a user