]> git.eshelyaron.com Git - emacs.git/commit
Release regexp before signalling overflow error
authorMattias Engdegård <mattiase@acm.org>
Tue, 19 Mar 2019 12:47:13 +0000 (13:47 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 30 Mar 2019 10:54:10 +0000 (11:54 +0100)
commitf2c14b2f01da00afdfb6c9c3e0a73d53e6e3fa62
tree4aeb7b5083190558189a34997b4431f59f18cc68
parent75ec1b1952633019f5afaf24dd87e7e4f7d31f9c
Release regexp before signalling overflow error

* src/search.c (looking_at_1, search_buffer_re): Unfreeze the regexp
buffer before signalling a matcher overflow, since the error
processing may require quite some regexp use as well (Bug#34910).
src/search.c