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 potential hang after restoring keyframe due to invalid blocklist pointers. #503

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 21, 2024

  1. Fix potential hang after restoring keyframe due to invalid blocklist …

    …pointers.
    
    When restoring a keyframe, the blockmap is not cleared and blocklist pointers are modified during P_UnArchiveThinkers. The blockmap is then restored in UnArchiveBlockLinks, but this can leave blocklist pointers in an invalid state.
    
    This can then lead to a hang later when the blocklist is iterated and may get stuck in an infinite loop.
    PeterN committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c8a98cc View commit details
    Browse the repository at this point in the history