Merge lp:~pharno/anonplus/trunk into lp:anonplus
Proposed by
pharno
Status: | Merged |
---|---|
Merged at revision: | 193 |
Proposed branch: | lp:~pharno/anonplus/trunk |
Merge into: | lp:anonplus |
Diff against target: |
12 lines (+2/-1) 1 file modified
src/apps/libs/kame.py (+2/-1) |
To merge this branch: | bzr merge lp:~pharno/anonplus/trunk |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
aj00200 | secutity | Approve | |
Review via email:
|
Description of the change
fixes lp:910653
To post a comment you must log in.
Hash collisions were not actually occurring with this bug, I was making a reference to the CCC video on hash collisions which explained how hash tables are used for Python dicts as that related to the way which Python dicts are ordered.