aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-03-21 20:04:24 -0700
committerDaniel Colascione2014-03-21 20:04:24 -0700
commitea64063f079e31f824de1f471074c69281fb06fd (patch)
tree16f9e845a7345ce66c03c73408d323de5e7ea24f /src/ChangeLog
parentaa4659075414a2730535eeb419847d761eb76f0d (diff)
downloademacs-ea64063f079e31f824de1f471074c69281fb06fd.tar.gz
emacs-ea64063f079e31f824de1f471074c69281fb06fd.zip
Do not read unitialized memory in conv_sockaddr_to_lisp
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c491119041f..504716f8915 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-03-22 Daniel Colascione <dancol@dancol.org>
2
3 * process.c (conv_sockaddr_to_lisp): When extracting the string
4 names of AF_LOCAL sockets, stop before reading uninitialized
5 memory.
6
12014-03-21 Daniel Colascione <dancol@dancol.org> 72014-03-21 Daniel Colascione <dancol@dancol.org>
2 8
3 * xterm.c (x_bitmap_icon): Stop reading the icon bitmap from disk 9 * xterm.c (x_bitmap_icon): Stop reading the icon bitmap from disk