diff options
author | Jim Meyering <meyering@redhat.com> | 2011-05-28 14:19:08 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-05-28 14:19:08 +0200 |
commit | 3eaff8342b4e193d142684f4ab03f391e3466c86 (patch) | |
tree | d0e227b9c5e0985cd7959e9ac35d571f3abbb41c /lisp/emacs-lisp | |
parent | d451b0879113e2dca94a5ffaf1e4bb9b31a260b6 (diff) | |
download | emacs-3eaff8342b4e193d142684f4ab03f391e3466c86.tar.gz emacs-3eaff8342b4e193d142684f4ab03f391e3466c86.tar.bz2 emacs-3eaff8342b4e193d142684f4ab03f391e3466c86.zip |
avoid a sign-extension bug in crypto_hash_function
* fns.c (to_uchar): Define.
(crypto_hash_function): Use it to convert some newly-signed
variables to unsigned, to avoid sign-extension bugs. For example,
without this change, (md5 "truc") would evaluate to
45723a2aff78ff4fff7fff1114760e62 rather than the expected
45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
http://thread.gmane.org/gmane.emacs.devel/139824
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions