aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2011-05-28 15:54:28 +0300
committerEli Zaretskii2011-05-28 15:54:28 +0300
commite19009947f240e90f3b138e8435697d159848332 (patch)
tree0816bd346c8cad78f106fbd3d33f59a483285758 /src
parent3eaff8342b4e193d142684f4ab03f391e3466c86 (diff)
downloademacs-e19009947f240e90f3b138e8435697d159848332.tar.gz
emacs-e19009947f240e90f3b138e8435697d159848332.zip
src/ChangeLog: Fix last entry.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cb2472233c1..3e28cd2f2c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,13 +1,13 @@
12011-05-28 Jim Meyering <meyering@redhat.com> 12011-05-28 Jim Meyering <meyering@redhat.com>
2 2
3 avoid a sign-extension bug in crypto_hash_function 3 Avoid a sign-extension bug in crypto_hash_function.
4 * fns.c (to_uchar): Define. 4 * fns.c (to_uchar): Define.
5 (crypto_hash_function): Use it to convert some newly-signed 5 (crypto_hash_function): Use it to convert some newly-signed
6 variables to unsigned, to avoid sign-extension bugs. For example, 6 variables to unsigned, to avoid sign-extension bugs. For example,
7 without this change, (md5 "truc") would evaluate to 7 without this change, (md5 "truc") would evaluate to
8 45723a2aff78ff4fff7fff1114760e62 rather than the expected 8 45723a2aff78ff4fff7fff1114760e62 rather than the expected
9 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in 9 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
10 http://thread.gmane.org/gmane.emacs.devel/139824 10 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
11 11
122011-05-27 Paul Eggert <eggert@cs.ucla.edu> 122011-05-27 Paul Eggert <eggert@cs.ucla.edu>
13 13