Files
emacs/lisp/nxml
Gregory Heytings 0eddfa28eb Avoid slowdowns in xmltok-scan-attributes
* lisp/nxml/xmltok.el (xmltok-scan-attributes): Limit the search
to 10000 characters, to avoid slowdowns due to the quadratic
complexity of the regexp.  Suggested by Stefan Monnier.
2023-03-18 11:51:32 +01:00
..