https://bugzilla.mindrot.org/show_bug.cgi?id=2909
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2893 CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- Thanks - i've committed a similar fix. commit d1d301a1dd5d6cc3a9ed93ab7ab09dda4cb456e0 (HEAD -> master, origin/master, origin/HEAD) Author: Damien Miller <[email protected]> Date: Wed Oct 10 14:57:00 2018 +1100 in pick_salt() avoid dereference of NULL passwords Apparently some NIS implementations can leave pw->pw_passwd (or the shadow equivalent) NULL. bz#2909; based on patch from Todd Eigenschink Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2893 [Bug 2893] Tracking bug for 7.9 release -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
