mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
* crypt/md5-crypt.c (free_mem): Fix typo (constructor -> destructor). Reported by Solar Designer <solar@false.com>.
This commit is contained in:
parent
f4942eca1e
commit
0c571040e2
@ -1,5 +1,8 @@
|
|||||||
2000-08-23 Ulrich Drepper <drepper@redhat.com>
|
2000-08-23 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* crypt/md5-crypt.c (free_mem): Fix typo (constructor ->
|
||||||
|
destructor). Reported by Solar Designer <solar@false.com>.
|
||||||
|
|
||||||
* iconv/gconv_conf.c (add_module): Remove some unneeded code to
|
* iconv/gconv_conf.c (add_module): Remove some unneeded code to
|
||||||
avoid adding double slashes.
|
avoid adding double slashes.
|
||||||
|
|
||||||
|
@ -257,7 +257,7 @@ __md5_crypt (const char *key, const char *salt)
|
|||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
__attribute__ ((__constructor__))
|
__attribute__ ((__destructor__))
|
||||||
free_mem (void)
|
free_mem (void)
|
||||||
{
|
{
|
||||||
free (buffer);
|
free (buffer);
|
||||||
|
Loading…
Reference in New Issue
Block a user