stas2003/11/04 10:29:02
Modified:t/response/TestPerl hash_attack.pm
Log:
a few tweaks
Revision ChangesPath
1.4 +4 -5 modperl-2.0/t/response/TestPerl/hash_attack.pm
Index: hash_attack.pm
stas2003/11/04 10:22:53
Modified:t/response/TestPerl hash_attack.pm
Log:
Tels came up with an even faster hash function working U32.
Submitted by: Tels <[EMAIL PROTECTED]>
Revision ChangesPath
1.3 +22 -0 modperl-2.0/t/response/TestPerl/hash_attack.pm
stas2003/11/03 15:38:33
Modified:t/response/TestPerl hash_attack.pm
Log:
one more sanity check: define a new symbol (sub) after the attack has
caused a re-hash, check that mod_perl finds that symbol (fixup2) in the
stash
Revision ChangesPath
1.2 +7 -0 m