Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CVE-2020-14422] Resolve hash collisions for IPv4Interface and IPv6Interface #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 3, 2020

  1. Resolve hash collisions for IPv4Interface and IPv6Interface

    The __hash__() methods of classes IPv4Interface and IPv6Interface had issue
    of generating constant hash values of 32 and 128 respectively causing hash collisions.
    The fix uses the hash() function to generate hash values for the objects
    instead of XOR operation
    
    Fixes: phihag#55
    frenzymadness committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    b550884 View commit details
    Browse the repository at this point in the history