Bug#318826: libpam-umask encounters a Segmentation fault - preventing login

2005-07-18 Thread Michael Berg
Package: libpam-umask Version: 0.02 Severity: grave Justification: renders package unusable The latest libpam-umask (0.02) encounters a SIGSEGV (Segmentation fault) that prevents all uses from logging in through any path that references pam_umask.so in the PAM configuration. This even effects

Bug#318826: libpam-umask encounters a Segmentation fault - preventing login

2005-07-18 Thread dean gaudet
On Sun, 17 Jul 2005, Michael Berg wrote: The latest libpam-umask (0.02) encounters a SIGSEGV (Segmentation fault) this is because of some unfortunate code that i don't even think should be in the module... it's a result of the per-user umask support. it segfaults for any user which does

Bug#318826: libpam-umask encounters a Segmentation fault - preventing login

2005-07-18 Thread dean gaudet
here's my patch. sorry it's large because i think that per-user umask should be optional, so i've done most of the work to make that happen... now you have to specify user as an argument to pam_umask.so... as it happens it has to be the first argument, because arguments are processed