]> git.eshelyaron.com Git - emacs.git/commit
Don't consider play-sound-file to be a 'safe' function (bug#44018)
authorMattias Engdegård <mattiase@acm.org>
Mon, 26 Oct 2020 11:40:51 +0000 (12:40 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 26 Oct 2020 11:40:51 +0000 (12:40 +0100)
commitcdb3c9d662c772ce25ea4d803eccd2c9e6a6ae99
tree83eba19fc110680f0c5cc0cedc963256a65c2014
parenta98bb620c4b4f483694239067b258242c5c7316e
Don't consider play-sound-file to be a 'safe' function (bug#44018)

While there are currently no known security holes in play-sound-file,
the attack surface is considerable and historically audio file
processing has had more than its share of security problems; the
benefit to risk ratio is low.

* lisp/emacs-lisp/unsafep.el: Don't mark play-sound-file as safe.
lisp/emacs-lisp/unsafep.el