[issue13703] Hash collision security issue

STINNER Victor report at bugs.python.org
Fri Jan 13 01:48:55 CET 2012


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

SafeDict.py: with this solution, the hash of key has to be recomputed at each access to the dict (creation, get, set), the hash is not cached in the string object.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13703>
_______________________________________


More information about the Python-bugs-list mailing list