aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b5c5afd7a1e..09ee5a8e4dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-07-29 Paul Eggert <eggert@cs.ucla.edu> 12011-07-29 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xrdb.c: Integer and memory overflow issues.
4 (magic_file_p): Plug memory leak on size overflow.
5 (get_environ_db): Don't assume path length fits in int,
6 as sprintf is limited to int lengths.
7
3 * xgselect.c (xg_select): Check for size calculation overflow. 8 * xgselect.c (xg_select): Check for size calculation overflow.
4 Don't update size until alloc done. 9 Don't update size until alloc done.
5 10