Your message dated Sat, 14 Mar 2020 03:13:44 +0000
with message-id <[email protected]>
and subject line Bug#953837: Removed package(s) from unstable
has caused the Debian Bug report #706067,
regarding libpam-dynalogin: crashes when connection to server cannot be 
established
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
706067: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706067
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpam-dynalogin
Version: 1.0.0-1
Severity: normal
Tags: upstream patch

Hi,
when the dynalogind server does not run, the PAM module segfaults. The following
patch solves the problem (for me, at least).

Regards,
Petr

diff --git a/pam_dynalogin/pam_dynalogin.c b/pam_dynalogin/pam_dynalogin.c
index df902ed..092c2f3 100644
--- a/pam_dynalogin/pam_dynalogin.c
+++ b/pam_dynalogin/pam_dynalogin.c
@@ -303,7 +303,7 @@ pam_sm_authenticate (pam_handle_t * pamh,
        retval = PAM_SUCCESS;

        done:
-       dynalogin_session_stop(session);
+       if (session) dynalogin_session_stop(session);
        free (query_prompt);
        free (onlypasswd);
        if (cfg.alwaysok && retval != PAM_SUCCESS)


-- System Information:
Debian Release: 7.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing'), (99, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpam-dynalogin depends on:
ii  libc6                   2.17-0experimental2
ii  libdynaloginclient-1-0  1.0.0-1
ii  libgnutls28             3.1.10-1
ii  libpam0g                1.1.3-9

libpam-dynalogin recommends no packages.

libpam-dynalogin suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.0.0-3+rm

Dear submitter,

as the package dynalogin has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/953837

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to