Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix macros that call macros crashing (#21383)
When macros call macros, the null termination should remain in place until the macro is completed, and only then put back. Otherwise, the macro handler interprets this as setting the macro called to a new value.
- Loading branch information