Marking as fix released
** Changed in: shadow (Ubuntu)
Status: Incomplete => Fix Released
--
pwent data can be overwritten by a PAM module in su source
https://bugs.launchpad.net/bugs/80610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
Is this symptom still reproducible in 8.10 alpha?
** Changed in: shadow (Ubuntu)
Status: New => Incomplete
--
pwent data can be overwritten by a PAM module in su source
https://bugs.launchpad.net/bugs/80610
You received this bug notification because you are a member of Ubuntu
Bugs, which
This should be fixed in shadow 4.1.0.
All getpw(ent/nam/uid) were audited and the replaced by call to xgetpw(nam/uid)
when pam function might be used between the call and the usage.
These new functions use the libc's *_r functions or copy the structures in
newly allocated memory.
It would be ni