In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b25b06cfba95499e3ff101909adcc2c23aea0d58?hp=2fc8e8ba210632f47ef1990d23e015d378fe0cb8>
- Log ----------------------------------------------------------------- commit b25b06cfba95499e3ff101909adcc2c23aea0d58 Author: Doug Bell <[email protected]> Date: Wed May 11 11:10:40 2016 -0500 fix link to crosby paper on hash complexity attack ----------------------------------------------------------------------- Summary of changes: pod/perlsec.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlsec.pod b/pod/perlsec.pod index 6eb1bd2..43dd136 100644 --- a/pod/perlsec.pod +++ b/pod/perlsec.pod @@ -573,7 +573,7 @@ misbehave on any input. =back -See L<http://www.cs.rice.edu/~scrosby/hash/> for more information, +See L<https://www.usenix.org/legacy/events/sec03/tech/full_papers/crosby/crosby.pdf> for more information, and any computer science textbook on algorithmic complexity. =head1 SEE ALSO -- Perl5 Master Repository
