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

Bug #486 CVE-2018-17974 realloc memory if packet size increases #492

Merged
merged 2 commits into from
Oct 19, 2018

Commits on Oct 18, 2018

  1. Bug #486 CVE-2018-17974 realloc memory if packet size increases

    Also added check for packet size > cap len, although this may
    be never be hit since #484
    fklassen committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    9062a91 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Bug #486 Enforce max snaplen rather than doing realloc

    * increase MAX_SNAPLEN from 65535 to 262144
    * increase MAXPACKET from 65549 to 262158
    * exit on buffer overflow for adding VLAN tag (as opposed to realloc)
    fklassen committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    af03987 View commit details
    Browse the repository at this point in the history