aboutsummaryrefslogtreecommitdiff
path: root/patches-applied
diff options
context:
space:
mode:
Diffstat (limited to 'patches-applied')
-rw-r--r--patches-applied/063_paswd_segv21
-rw-r--r--patches-applied/series1
2 files changed, 0 insertions, 22 deletions
diff --git a/patches-applied/063_paswd_segv b/patches-applied/063_paswd_segv
deleted file mode 100644
index fc187788..00000000
--- a/patches-applied/063_paswd_segv
+++ /dev/null
@@ -1,21 +0,0 @@
-Patch for Debian bug #360657
-
-Fix a segfault when the user presses ^D at a password prompt
-
-Authors: Dann Frazier <dannf@debian.org>
-
-Upstream status: not yet submitted
-
-Index: Linux-PAM/modules/pam_unix/pam_unix_passwd.c
-===================================================================
---- Linux-PAM/modules/pam_unix/pam_unix_passwd.c.orig
-+++ Linux-PAM/modules/pam_unix/pam_unix_passwd.c
-@@ -1235,7 +1235,7 @@
- * password is acceptable.
- */
-
-- if (*(const char *)pass_new == '\0') { /* "\0" password = NULL */
-+ if (pass_new && *(const char *)pass_new == '\0') { /* "\0" password = NULL */
- pass_new = NULL;
- }
- retval = _pam_unix_approve_pass(pamh, ctrl, pass_old, pass_new);
diff --git a/patches-applied/series b/patches-applied/series
index bed3bd5b..e7b48e7f 100644
--- a/patches-applied/series
+++ b/patches-applied/series
@@ -23,7 +23,6 @@ hurd_no_setfsuid -p0
054_pam_security_abstract_securetty_handling -p0
055_pam_unix_nullok_secure -p0
057_pam_unix_passwd_OOM_check -p0
-063_paswd_segv -p0
065_pam_unix_cracklib_disable
PAM-manpage-section
no_pthread_mutexes