remove dead code in comment

This commit is contained in:
Kuang-che Wu
2025-04-11 02:18:43 +00:00
parent 5ed187b517
commit 1d2de1cb6d

View File

@ -1344,7 +1344,6 @@ static inline u32 rand_below(afl_state_t *afl, u32 limit) {
ck_read(afl->fsrv.dev_urandom_fd, &afl->rand_seed, sizeof(afl->rand_seed),
"/dev/urandom");
// srandom(afl->rand_seed[0]);
afl->rand_cnt = (RESEED_RNG / 2) + (afl->rand_seed[1] % RESEED_RNG);
}