Mailinglist Archive: opensuse-bugs (15103 mails)
| < Previous | Next > |
[Bug 305053] getpwnam_r does not return an error for non-existent user
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 2 Sep 2007 16:46:15 -0600 (MDT)
- Message-id: <20070902224615.59940245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=305053#c1
Petr Baudis <pbaudis@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Petr Baudis <pbaudis@xxxxxxxxxx> 2007-09-02 16:46:14 MST ---
If the user is not found, NULL is stored in pwbufp, as documented in the
manpage; the return value can be 0 but the NULL is what matters.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Petr Baudis <pbaudis@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Petr Baudis <pbaudis@xxxxxxxxxx> 2007-09-02 16:46:14 MST ---
If the user is not found, NULL is stored in pwbufp, as documented in the
manpage; the return value can be 0 but the NULL is what matters.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |