diff options
| author | hjl <hjl> | 2000-01-10 22:31:41 +0000 |
|---|---|---|
| committer | hjl <hjl> | 2000-01-10 22:31:41 +0000 |
| commit | 08f6b0ea56f96eac00b092c7d5e1f6486eb6f457 (patch) | |
| tree | 3e3650828c221fbad22c4a897d392c82b39d414e /ChangeLog | |
| parent | 1bae64b1475e9c1458582f26aa0e837edc4c6aca (diff) | |
Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
* utils/mountd/auth.c (auth_authenticate_internal): Call
xstrdup for hostname before passing it to gethostbyname.
* utils/mountd/mountd.c (get_exportlist): Use xstrdup instead
of strdup.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org> + + * utils/mountd/auth.c (auth_authenticate_internal): Call + xstrdup for hostname before passing it to gethostbyname. + + * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead + of strdup. + Sun Dec 19 09:35:01 1999 H.J. Lu <hjl@lucon.org> * README: Update the mailing list address. |
