View | Details | Raw Unified | Return to bug 44602 | Differences between
and this patch

Collapse All | Expand All

(-)a/modules/pam_unix/passverify.c (+5 lines)
 Lines 73-78   PAMH_ARG_DECL(int verify_pwd_hash, Link Here 
73
	int retval;
73
	int retval;
74
	D(("called"));
74
	D(("called"));
75
75
76
	if (p && strlen(p) > 512) {
77
		D(("password max length exceeded"));
78
		return PAM_AUTH_ERR;
79
	}
80
76
	strip_hpux_aging(hash);
81
	strip_hpux_aging(hash);
77
	hash_len = strlen(hash);
82
	hash_len = strlen(hash);
78
	if (!hash_len) {
83
	if (!hash_len) {

Return to bug 44602