Fix: RCU hash table seed
authorDavid Goulet <dgoulet@efficios.com>
Tue, 6 Nov 2012 20:21:18 +0000 (15:21 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 6 Nov 2012 20:21:18 +0000 (15:21 -0500)
commitb63149382964b82d32eb35b179d0b043b657fa26
tree9c737ab368e0c35cbf4b8412b5ff0f8836ec73e8
parent347e0f146d848f8e5a6b2cb07c016d3f4085f310
Fix: RCU hash table seed

Remove the dangerous static value 0x42UL. Use time(NULL) value to set
the new lttng_ht_seed variable when the hash table library constructor
is called.

Fixes #388

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
src/common/hashtable/hashtable.c
src/common/hashtable/hashtable.h
This page took 0.025152 seconds and 4 git commands to generate.