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 an issue where smspsec might dereference null #948

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Commits on Jan 25, 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.
    
    Also fixed that it was always assumed that the restart filename
    was relative.
    
    Before, many restart cases would have been ignored because the file
    was too long (or incorrectly assumed to be relative). Now, restart
    data will most likely be included, which could lead to unexpected changed
    behavior.
    eivindjahren committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    eb005f9 View commit details
    Browse the repository at this point in the history