CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/23 13:36:47
Modified files:
lib/libc/gen : getpwent.c
Log message:
Avoid an occasional double free in getpwent() which corrupted memory. It
happened only in the case of a + record indicating to use YP, but with ypbind
not actually running. Problem found by pyr; solution found with millert
ok millert pyr
