Comment #6 on issue 1212 by db.pub.m...@gmail.com: weak temp admin password
generation
http://code.google.com/p/cherokee/issues/detail?id=1212
I suggest you replace the use of rand() and srand() with something proper...
From the rand/srand manual:
" The srand() function sets its argument as the seed for a new
sequence
of pseudo-random integers to be returned by rand(). These
sequences
are repeatable by calling srand() with the same seed value.
"
...
"Do not use this function in applications intended to be
portable when good randomness is needed. (Use random(3) instead.)
"
_______________________________________________
Cherokee-dev mailing list
Cherokee-
http://lists.octality.com/listinfo/cherokee-dev
)