]> git.eshelyaron.com Git - emacs.git/commit
Fix regex stack overflow in gdb-mi.el when parsing complex locals
authorDavid McFarland <corngood@gmail.com>
Sat, 30 Dec 2017 11:14:32 +0000 (13:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 30 Dec 2017 11:14:32 +0000 (13:14 +0200)
commit30ffc256abe7443a02b44490c518baf9a122b4c8
tree2c7b2c5af1d58339a40271e707b869e8d1eb65db
parentfb20043b2fec8e8aff6354ec1396fd5ba688b76b
Fix regex stack overflow in gdb-mi.el when parsing complex locals

* lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer): Skip string
literals with (forward-sexp) instead of matching with regex.
(Bug#29868)

Copyright-paperwork-exempt: yes
lisp/progmodes/gdb-mi.el