mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 11:49:42 +02:00
Turns out, that because the name consumption is fairly lax (often lots of excess space after the name, etc) we were reading 2 too many bytes (because we weren't taken the length of the leaf off the available length). This would error when it so happened that a structure was at the end of the type list and we'd read past the end of the tpi stream.