]> git.lyx.org Git - features.git/commit
Improve the fix for #9131. We were previously counting passes
authorRichard Heck <rgheck@lyx.org>
Fri, 23 May 2014 15:19:14 +0000 (11:19 -0400)
committerRichard Heck <rgheck@lyx.org>
Fri, 23 May 2014 15:19:14 +0000 (11:19 -0400)
commit5579d3734a3b7f3c6b7332c6989701a8a224bbf1
tree26f025df40646b9bfccf13699cd6e9dd9cb509a8
parentb128f3de145fdf439ae3c8a9bad182fee0078a03
Improve the fix for #9131. We were previously counting passes
through this routine, which means: one for every character, more
or less. So long strings would hit the "recursion limit". But what
we are worried about is an infinite loop caused by misues of macros,
so that is what we need to count.
src/BiblioInfo.cpp