aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-14 09:07:02 -0700
committerPaul Eggert2011-07-14 09:07:02 -0700
commit5e927815391bbb3a6e25b9bd65a7c59f1a5216ef (patch)
treeaeea7935a35338a78184dc98354f73e457a43d54 /src/ChangeLog
parent41f55ccd14109b14de3abd1dc3452f3b465b1883 (diff)
downloademacs-5e927815391bbb3a6e25b9bd65a7c59f1a5216ef.tar.gz
emacs-5e927815391bbb3a6e25b9bd65a7c59f1a5216ef.zip
* alloc.c (__malloc_size_t): Remove.
All uses replaced by size_t. See Andreas Schwab's note <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d9060ae6365..f1670d1db06 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,10 @@
2 2
3 Integer signedness and overflow and related fixes. (Bug#9079) 3 Integer signedness and overflow and related fixes. (Bug#9079)
4 4
5 * alloc.c (__malloc_size_t): Remove.
6 All uses replaced by size_t. See Andreas Schwab's note
7 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
8
5 * image.c: Improve checking for integer overflow. 9 * image.c: Improve checking for integer overflow.
6 (check_image_size): Assume that f is nonnull, since 10 (check_image_size): Assume that f is nonnull, since
7 it is always nonnull in practice. This is one less thing to 11 it is always nonnull in practice. This is one less thing to