Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Gerfried Fuchs
Hi! * Timo Sirainen t...@iki.fi [2010-03-05 21:07:30 CET]: On Fri, 2010-03-05 at 20:58 +0100, Jens Peter Secher wrote: Timo Sirainen wrote: And the problem is specifically that Dovecot also has buffer_free() function. Can you elaborate on this? I mean both Dovecot and

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Timo Sirainen
On 8.3.2010, at 12.03, Gerfried Fuchs wrote: Either rename buffer_free() on libpam-ssh's side, or mark it in some way internal to the shared library (I don't know how to do the latter, but I think it's possible). As this bug has been reassigned without a version number the BTS considers

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Gerfried Fuchs
tag 572266 + squeeze sid thanks * Timo Sirainen t...@iki.fi [2010-03-08 11:50:33 CET]: On 8.3.2010, at 12.03, Gerfried Fuchs wrote: Either rename buffer_free() on libpam-ssh's side, or mark it in some way internal to the shared library (I don't know how to do the latter, but I think it's

Processed: Re: Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tag 572266 + squeeze sid Bug #572266 [libpam-ssh] dovecot-common: dovecot-auth crashes with segfault Bug #572312 [libpam-ssh] dovecot-imapd: unable to login locally with several different clients Added tag(s) sid and squeeze. Added tag(s) sid and

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Erich Schubert
Hi Rhonsa, Timo, For me the bug just surfaced sometime in February 2010 on unstable. So I'd assume it only surfaced for me with the 1.92-10 release. But I never _configured_ libpam-ssh, and given that the changelog reads: * Use pam-auth-update together with the new setup file

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Timo Sirainen
On Mon, 2010-03-08 at 14:38 +0100, Erich Schubert wrote: I wonder whether there is a way to check for such errors automatically with lintian; they are bound to arise now and then, aren't they? Symbol conflict errors happen somewhat often, and it's sometimes difficult to detect them. I've had

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Jens Peter Secher
On 8 March 2010 14:38, Erich Schubert er...@debian.org wrote:  * Use pam-auth-update together with the new setup file   /usr/share/pam-configs/silent-ssh-single-sign-on to automatically   enable the traditional functionality. My best guess is just that this new configuration setup caused the

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Erich Schubert
Hi all, So we could do a lintian check that does something like --- for file in /lib/security/pam_*.so; do nm -D $file --defined-only | grep -v pam_ done --- and fails on any results? For the record: --- /lib/security/pam_cap.so 00201660 A __bss_start 00201660 A _edata

Processed: Re: Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 572266 libpam-ssh Bug #572266 [dovecot-common] dovecot-common: dovecot-auth crashes with segfault Bug #572312 [dovecot-common] dovecot-imapd: unable to login locally with several different clients Bug reassigned from package

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-05 Thread Jens Peter Secher
Timo Sirainen wrote: And the problem is specifically that Dovecot also has buffer_free() function. Can you elaborate on this? Cheers, -- Jens Peter Secher, GPG fingerprint 0EE5978AFE63E8A1. A. Because it breaks the logical sequence of discussion. Q. Why is top posting bad? -- To

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-05 Thread Timo Sirainen
On Fri, 2010-03-05 at 20:58 +0100, Jens Peter Secher wrote: Timo Sirainen wrote: And the problem is specifically that Dovecot also has buffer_free() function. Can you elaborate on this? I mean both Dovecot and libpam-ssh have an exported function called buffer_free(). libpam-ssh tries