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

Fix is_cidr6_block() and is_short_range_network() #337

Merged
merged 3 commits into from
May 25, 2020

Commits on May 22, 2020

  1. Fix is_cidr6_block() and is_short_range_network()

    Pointer p must be checked and it was pointing to a variable  already free()'ed.
    jjnicola committed May 22, 2020
    Configuration menu
    Copy the full SHA
    05bb390 View commit details
    Browse the repository at this point in the history
  2. Add tests

    jjnicola committed May 22, 2020
    Configuration menu
    Copy the full SHA
    74b1523 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Free variable

    jjnicola committed May 25, 2020
    Configuration menu
    Copy the full SHA
    49eacd7 View commit details
    Browse the repository at this point in the history