You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scheduler: use flb_random_bytes() instead of /dev/urandom (#2679)
Windows does not support /dev/urandom. For this reason, it ended
up using a weak entropy source for task scheduling.
Avoid this issue by using flb_random_bytes() instead.
Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
0 commit comments