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 a buffer overflow in restart summary read #950

Merged
merged 2 commits into from
Jan 26, 2024

Commits on Jan 26, 2024

  1. Fix a buffer overflow in restart summary read

    The number of blocks of 8 character strings in the RESTART keyword can
    now be more than 9, and in any case the file could always have the
    length set to something larger, leading to stack corruption.
    
    Co-authored-by: Håvard Berland <havb@equinor.com>
    eivindjahren and berland committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a918ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    611d258 View commit details
    Browse the repository at this point in the history