diff --git a/krb5-1.2.7-login-lpass.patch b/krb5-1.2.7-login-lpass.patch index f943213..1caade6 100644 --- a/krb5-1.2.7-login-lpass.patch +++ b/krb5-1.2.7-login-lpass.patch @@ -1,6 +1,7 @@ The local crypt() may support hash types which use more than the first 8 characters. It also doesn't modify the input string, so we should just -stop truncating it. +stop truncating it. Are there platforms where the input string *is* modified? + --- krb5-1.2.7/src/appl/bsd/login.c 2005-11-15 16:20:34.000000000 -0500 +++ krb5-1.2.7/src/appl/bsd/login.c 2005-11-15 16:20:29.000000000 -0500 @@ -461,17 +461,14 @@