summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2012-11-28 06:45:50 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2012-11-28 06:45:50 +0530
commit0817d63dd1f8e165f8ef6590bf4feddf06705381 (patch)
treeaa8f8ee80db1dde9b73eacad849ed04b9393e9bb /ChangeLog
parentde2fd463b1c0310d75084b6d774fb974075a4ad9 (diff)
downloadglibc-0817d63dd1f8e165f8ef6590bf4feddf06705381.tar.gz
glibc-0817d63dd1f8e165f8ef6590bf4feddf06705381.tar.xz
glibc-0817d63dd1f8e165f8ef6590bf4feddf06705381.zip
Fix hashtable size calculation when database has exactly one record
The hash function needs a hashtable of at least size 3 or greater.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a2e4da7bb..7df91e5798 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
+	    Carlos O'Donell  <carlos_odonell@mentor.com>
+
+	* nss/makedb.c (is_prime): Assert that input is odd and greater
+	than 4.  Note that fact in a comment too.
+	(next_prime): Add 4 to input.
+
 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	[BZ #11741]