From: Paul Eggert Date: Mon, 23 May 2011 06:54:47 +0000 (-0700) Subject: Add bug#. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~139^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=847044ea2e84857e6379841ed561f5af9ca0e091;p=emacs.git Add bug#. --- diff --git a/src/ChangeLog b/src/ChangeLog index 29595113f1b..f49250b6a35 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,7 +7,7 @@ decoding a CCL program. Many of the new checks are whether XINT (x) fits in int; it doesn't always, on 64-bit hosts. The new version doesn't catch all possible integer overflows, but it's an - improvement. + improvement. (Bug#8719) * alloc.c (make_event_array): Use XINT, not XUINT. There's no need for unsigned here.