[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#7569) Patch: fixed a group enumeration bug in nssov



Full_Name: Ted C. Cheng
Version: HEAD
OS: Solaris 8, 10, Linux
URL: https://dl.dropbox.com/u/94235048/symas2255.patch
Submission from: (NULL) (76.174.250.179)


Importing a patch from Symas #2255 that fixed a group enumeration bug in nssov.
The "rc" variable was not initialized in nssov write_group function.
Theoretically, this bug should affect all platforms. Solaris 8 (64-bit) caught
the bug because rc got a non-zero value when not initialized.