diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 20:00:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 20:00:19 +0000 |
commit | f5c68a01e8b7329c8fcb687f59045ad96e708e46 (patch) | |
tree | d2d520f23564394e2970d77549d83a1fdd3bc2a5 /ChangeLog | |
parent | e7262a65347c4de6108a47145df659173f603611 (diff) | |
download | glibc-f5c68a01e8b7329c8fcb687f59045ad96e708e46.tar glibc-f5c68a01e8b7329c8fcb687f59045ad96e708e46.tar.gz glibc-f5c68a01e8b7329c8fcb687f59045ad96e708e46.tar.bz2 glibc-f5c68a01e8b7329c8fcb687f59045ad96e708e46.zip |
Update.
* posix/tst-fnmatch.input: Add more test cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2000-07-04 Ulrich Drepper <drepper@redhat.com> + * posix/tst-fnmatch.input: Add more test cases. + * crypt/md5-crypt.c (__md5_crypt_r): If buffers for key and salt are not aligned to alignof(md5_uint32) do it before calling __md5_process_bytes. |