Bug#462445: sudo segfaults with second execution

2008-02-08 Thread Steve Langasek
reassign 462445 sudo found 462445 1.6.9p11-1 thanks This is a sudo bug. The issue is the following code in auth/pam.c:sudo_conv(): /* Is the sudo prompt standard? (If so, we'l just use PAM's) */ std_prompt = strncmp(def_prompt, "Password:", 9) == 0 && (def_prompt[9] == '\0' ||

Bug#462445: sudo segfaults with second execution

2008-02-08 Thread Steve Langasek
On Sat, Feb 09, 2008 at 04:56:18AM +0100, Kamil Jońca wrote: > Copy of requested file attached. > The key line is: > session optional pam_lastlog.so > when changed to: > session optional pam_lastlog.so silent > sudo stops segfalut. Ok, I can reproduce this here, thanks. > (Moreover I don't know

Bug#462445: sudo segfaults with second execution

2008-01-24 Thread Kamil Jońca
On Thu, Jan 24, 2008 at 10:27:22PM +, Stephen Gran wrote: > This one time, at band camp, Kamil Jonca said: > > Package: sudo > > Version: 1.6.9p11-1 > > > > Below an example: > > [EMAIL PROTECTED]:~%sudo -k > > [EMAIL PROTECTED]:~%sudo echo test > > [sudo] password for kjonca: > > Last login

Bug#462445: sudo segfaults with second execution

2008-01-24 Thread Stephen Gran
Please keep the bug log in the discussion. Also please bear in mind that I am not the maintainer - I'm just trying to get enough information in the bug log that the maintainer can perhaps find what's going on. This one time, at band camp, Kamil Jońca said: > On Thu, Jan 24, 2008 at 10:27:22PM +00

Bug#462445: sudo segfaults with second execution

2008-01-24 Thread Stephen Gran
This one time, at band camp, Kamil Jonca said: > Package: sudo > Version: 1.6.9p11-1 > > Below an example: > [EMAIL PROTECTED]:~%sudo -k > [EMAIL PROTECTED]:~%sudo echo test > [sudo] password for kjonca: > Last login: Thu Jan 24 22:53:51 2008 from alfa.kjonca on pts/20 > test > [EMAIL PROTECTED]

Bug#462445: sudo segfaults with second execution

2008-01-24 Thread Kamil Jonca
Package: sudo Version: 1.6.9p11-1 Severity: grave Justification: renders package unusable Below an example: [EMAIL PROTECTED]:~%sudo -k [EMAIL PROTECTED]:~%sudo echo test [sudo] password for kjonca: Last login: Thu Jan 24 22:53:51 2008 from alfa.kjonca on pts/20 test [EMAIL PROTECTED]:~%sudo ec