aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-05-08 14:12:34 -0400
committerGlenn Morris2014-05-08 14:12:34 -0400
commita9fd3545bb4fba4def6d1a97d3647bf59870dce7 (patch)
tree4d2897df77a31c594f669877cf42ea4bc880a2f9
parent4049faae9670133bbabcd0c7cf0280d90d5195ad (diff)
downloademacs-a9fd3545bb4fba4def6d1a97d3647bf59870dce7.tar.gz
emacs-a9fd3545bb4fba4def6d1a97d3647bf59870dce7.zip
Add CVE numbers for recent issues to ChangeLogs
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/gnus/ChangeLog1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a09dd63a34f..323363bc977 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -45,6 +45,7 @@
45 (tramp-remote-coding-commands): Enhance docstring. 45 (tramp-remote-coding-commands): Enhance docstring.
46 (tramp-find-inline-encoding): Replace "%t" by a temporary file 46 (tramp-find-inline-encoding): Replace "%t" by a temporary file
47 name. (Bug#17415) 47 name. (Bug#17415)
48 This is CVE-2014-3424.
48 49
492014-05-06 Glenn Morris <rgm@gnu.org> 502014-05-06 Glenn Morris <rgm@gnu.org>
50 51
@@ -52,6 +53,7 @@
52 (find-gc-source-files): Update some names. 53 (find-gc-source-files): Update some names.
53 (trace-call-tree): Simplify and update. 54 (trace-call-tree): Simplify and update.
54 Avoid predictable temp-file names. (http://bugs.debian.org/747100) 55 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
56 This is CVE-2014-3422.
55 57
562014-05-05 Stefan Monnier <monnier@iro.umontreal.ca> 582014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
57 59
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 5c490c4b07a..3807fa9df0d 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * gnus-fun.el (gnus-grab-cam-face): 3 * gnus-fun.el (gnus-grab-cam-face):
4 Do not use predictable temp-file name. (http://bugs.debian.org/747100) 4 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
5 This is CVE-2014-3421.
5 6
62014-05-01 Glenn Morris <rgm@gnu.org> 72014-05-01 Glenn Morris <rgm@gnu.org>
7 8