wireshark/randpkt_core
João Valverde dec3e2e8aa randpkt_core: Use g_random_* for randpkt_parse_type().
randpkt_parse_type() can (and most likely will) be called before
randpkt_example_init(), therefore g_rand_int_range is called with a NULL
GRand argument. This produces non-random output.

Change-Id: Id420edc15a5f9dec427c5f1a1dd9a1f18a225319
Reviewed-on: https://code.wireshark.org/review/16367
Reviewed-by: João Valverde <j@v6e.pt>
2016-07-10 14:28:22 +00:00
..
CMakeLists.txt Add checkAPI calls to CMake. 2016-05-02 12:01:24 +00:00
Makefile.am Remove Makefile.common files 2016-06-30 11:04:17 +00:00
doxygen.cfg.in
randpkt_core.c randpkt_core: Use g_random_* for randpkt_parse_type(). 2016-07-10 14:28:22 +00:00
randpkt_core.h randpkt_core: change rand() to g_rand_int (CID 1355360). 2016-07-09 15:29:55 +00:00