Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore expr context after calc, #2330 #2343 | Tavis Ormandy | 2024-07-08 | 1 | -0/+14 |
Part of the expr_t::compile() process is to store the current scope, but In post_t::add_to_value that scope is temporary and on the stack. Restore the original context after that process is complete. |