]> git.lyx.org Git - features.git/commit
Fix bug #12633
authorEnrico Forestieri <forenr@lyx.org>
Fri, 27 Jan 2023 19:34:24 +0000 (20:34 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 27 Jan 2023 19:34:24 +0000 (20:34 +0100)
commit16e67d4ebb312a838ca6be4f9b3b43ec5ea212a4
tree4ddf6bb65fb2e5b4f720c9b444e3ce33a6c232ca
parent168af93020f7f1ab65ecb1dfdf706be0bf10f2aa
Fix bug #12633

Avoid recursion when validating a macro that is defined recursively.
This avoids a crash but the latex engine will choke on it, of course.
src/mathed/InsetMathMacro.cpp