aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-28 18:10:08 -0700
committerPaul Eggert2011-07-28 18:10:08 -0700
commit7d56f940979701a930cf9a7bc753fb9f39ce508b (patch)
tree84c43a98f09f4fca9179e4ab2aac7f1391df53e0 /src/ChangeLog
parentbf2da747e95a3902bf715076aeee947d657c94cd (diff)
downloademacs-7d56f940979701a930cf9a7bc753fb9f39ce508b.tar.gz
emacs-7d56f940979701a930cf9a7bc753fb9f39ce508b.zip
* region-cache.c (move_cache_gap): Check for size calculation overflow.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 46d2cdb82f7..662d03aaf3d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-07-29 Paul Eggert <eggert@cs.ucla.edu> 12011-07-29 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * region-cache.c (move_cache_gap): Check for size calculation overflow.
4
3 * process.c (Fnetwork_interface_list): Check for overflow 5 * process.c (Fnetwork_interface_list): Check for overflow
4 in size calculation. 6 in size calculation.
5 7