]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Prevent infinite recursion in c-determine-limit.
authorAlan Mackenzie <acm@muc.de>
Sun, 5 Feb 2023 18:01:09 +0000 (18:01 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 5 Feb 2023 18:01:09 +0000 (18:01 +0000)
commit013655811aa1c89754372610c8c6ccccec166035
tree9dc56a181e436b5c68c408869f2035113b36d010
parent0f4c7060e46d279b0da315a8d0961225a7eefa6a
CC Mode: Prevent infinite recursion in c-determine-limit.

This was happening particularly with long-lines, possibly because the position
was inside a literal when calling c-determine-limit.

* lisp/progmodes/cc-engine.el (c-determine-limit): Guard a recursive call by
checking (- base try-size).
lisp/progmodes/cc-engine.el