]> git.eshelyaron.com Git - emacs.git/commit
Be safer about "%" in message formats
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Mar 2019 17:02:15 +0000 (09:02 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Mar 2019 17:05:56 +0000 (09:05 -0800)
commit3739d51ef3b935b30e40ba4534fe362bc685865f
treeada093c6c9464828035b59a9f56f90a367b57d3a
parent953cbce77be9a8da1cbf0ca5ee6442923478e186
Be safer about "%" in message formats

* lisp/calc/calc-store.el (calc-copy-special-constant):
* lisp/net/rcirc.el (rcirc-handler-PART, rcirc-handler-KICK):
* lisp/org/org-agenda.el (org-agenda):
* lisp/org/org-clock.el (org-clock-out, org-clock-display):
* lisp/org/org.el (org-refile):
* lisp/progmodes/ada-xref.el (ada-goto-declaration):
* lisp/progmodes/idlwave.el (idlwave-scan-library-catalogs):
Don’t trust arbitrary strings to not contain "%" or "`" in
(message (concat STRING1 STRING2 ...)).
lisp/calc/calc-store.el
lisp/net/rcirc.el
lisp/org/org-agenda.el
lisp/org/org-clock.el
lisp/org/org.el
lisp/progmodes/ada-xref.el
lisp/progmodes/idlwave.el