From 21385e639acfaed4aa5fb810b12d43e3c8696925 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Jun 2020 17:11:47 +0200 Subject: [PATCH] man: replace perl bug tracker link that went away with link to paper Fixes: #16245 --- docs/RANDOM_SEEDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RANDOM_SEEDS.md b/docs/RANDOM_SEEDS.md index d3b68e967aa..c1735b1ac9e 100644 --- a/docs/RANDOM_SEEDS.md +++ b/docs/RANDOM_SEEDS.md @@ -118,7 +118,7 @@ requires random numbers as well, including for the following uses: * systemd maintains various hash tables internally. In order to harden them against [collision - attacks](https://rt.perl.org/Public/Bug/Display.html?CSRF_Token=165691af9ddaa95f653402f1b68de728) + attacks](https://www.cs.auckland.ac.nz/~mcw/Teaching/refs/misc/denial-of-service.pdf) they are seeded with random numbers. * At various places systemd needs random bytes for temporary file name -- 2.47.3