summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-31 13:04:07 +0100
committerJim Meyering <meyering@redhat.com>2008-01-31 13:14:09 +0100
commit1ad225807ea68a44e04f0b081328caedda54f6c1 (patch)
tree7ba760ae4d4d9cdc4ce77163f589472bd7d6540f /ChangeLog
parent575ad1bd0e1b5263116caea5913f424abdde1675 (diff)
downloadgnulib-1ad225807ea68a44e04f0b081328caedda54f6c1.tar.gz
Prefer "sizeof v" over the equivalent "4".
* lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4. * lib/md5.c (set_uint32): Likewise. * lib/sha1.c (set_uint32): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7711d8386..c7808c43a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-31 Jim Meyering <meyering@redhat.com>
+
+ Prefer "sizeof v" over the equivalent "4".
+ * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
+ * lib/md5.c (set_uint32): Likewise.
+ * lib/sha1.c (set_uint32): Likewise.
+
2008-01-31 Simon Josefsson <simon@josefsson.org>
* lib/sha1.c (set_uint32): Mark function as static.