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

Don't read unlimited data from files #19095

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Commits on Jun 12, 2023

  1. Don't read unlimited data from files

    It now guards against reading infinite files such as `/dev/zero`.
    And most readings are bound with a (lax) limit.
    As a side effect, more checking are done when reading a file and
    overall the reading procedure is more robust.
    Chocobo1 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5fecb61 View commit details
    Browse the repository at this point in the history