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 segfault when involing "lex" without specify the output "-o" and … #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 31, 2022

  1. Fix segfault when involing "lex" without specify the output "-o" and …

    …make it work as specified in the "lex.1" man page
    mingodad committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    ea6229d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f6b1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f25424f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    9e69818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    480e0e2 View commit details
    Browse the repository at this point in the history
  3. Add info about the quantity that triggered the error, also initialize…

    … a variable that can be used uninitialized (detectd by valgrind)
    mingodad committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    18fcf39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6106e97 View commit details
    Browse the repository at this point in the history