]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Use thread-safe PRNG 141/head
authorJob Snijders <job@sobornost.net>
Tue, 25 Jun 2024 07:24:04 +0000 (07:24 +0000)
committerJob Snijders <job@sobornost.net>
Tue, 25 Jun 2024 07:24:04 +0000 (07:24 +0000)
commitd5e30746bb2ea909c8e97e6c77b83aee6097a2ae
tree5dad7fbb30cd379192633d14b523189da9e36bd0
parent7b72fe8a2bddc5134c821bbe58ef35e50a22cf1e
Use thread-safe PRNG

rand() isn't thread-safe on all platforms (musl libc for example)
use rand_r() instead
src/object/manifest.c