SIGN IN SIGN UP
WerWolv / ImHex UNCLAIMED

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.

0 0 53 C++

Fix crash in Pattern Language syntax highlighting for self-inheriting structs (#2546)

``` rust
struct Rec : Rec {
};
```

Prevent infinite recursion in appendInheritances by erasing processed
inheritance entries during traversal, and safely iterate over
m_inheritances in appendInheritances to avoid
modification-during-iteration issues.

Co-authored-by: paxcut <53811119+paxcut@users.noreply.github.com>
A
Aki Sakurai committed
63fd61e24534d65bcb809dec4742a4e058f575f4
Parent: 58fe8a2
Committed by GitHub <noreply@github.com> on 1/5/2026, 10:11:21 AM