From 308305d82754087f856abd8725b6930ea0676cd7 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 Mar 2013 12:34:01 +0100 Subject: BB#110 secure the hashmaps by adding a seed Based on a patch provided by gpernot@praksys.org on bugzilla. Signed-off-by: Michael Adam --- src/child.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/child.c') diff --git a/src/child.c b/src/child.c index fefffa6..2c4dc22 100644 --- a/src/child.c +++ b/src/child.c @@ -200,6 +200,7 @@ static void child_main (struct child_s *ptr) } ptr->connects = 0; + srand(time(NULL)); /* * We have to wait for connections on multiple fds, -- cgit v1.2.3