We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5472927 commit d2d91b5Copy full SHA for d2d91b5
src/lib/hash.c
@@ -217,7 +217,7 @@ __attribute__((constructor(65535))) static void initialize_fnv1a_seed(void)
217
/* The seeds are randomized in order to mitigate the DDoS attack
218
* described by Crosby and Wallach in UsenixSec2003. */
219
if (UNLIKELY(lwan_getentropy(entropy, sizeof(entropy), 0) < 0)) {
220
- lwan_status_perror("Could not initialize FNV1a seed");
+ lwan_status_critical_perror("Could not initialize FNV1a seed");
221
__builtin_unreachable();
222
}
223
0 commit comments