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 strdup() on possibly unterminated string #40

Merged
merged 4 commits into from
Nov 10, 2019

Commits on Oct 31, 2019

  1. fix strdup() on possibly unterminated string

    Otherwise, a buffer read overflow may happen at
    file.c line 236
    pauldreik committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    7109b9e View commit details
    Browse the repository at this point in the history
  2. allow the memory limits to be respected strictly

    this relaxes the memory limit check, so one byte extra
    may be allowed, after the check vs the limit the user sets.
    pauldreik committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    375d20f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3993ca1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ae8b93 View commit details
    Browse the repository at this point in the history