springflower321

Results 1 issues of springflower321

The `lws_get_random` method has a performance issue in the line `(size_t)read(context->fd_random, (char *)buf, len)`. It can be modified as follows: ```c unsigned int GetURandomSeed(unsigned char *seed, unsigned int seedLen) {...