Module Name: src Committed By: jruoho Date: Wed Mar 28 10:33:58 UTC 2012
Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/stdlib: Makefile Added Files: src/tests/lib/libc/stdlib: t_random.c Log Message: Add a small test that checks that random(3) does not always return zero when the RNG is initialized with zero. Prompoted by the recent nasty bug in the OpenBSD libc. To generate a diff of this commit: cvs rdiff -u -r1.458 -r1.459 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libc/stdlib/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdlib/t_random.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.