GNU bug report logs - #9079
integer overflow etc. issues (e.g., image crashes Emacs)

Previous Next

Package: emacs;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Thu, 14 Jul 2011 07:57:02 UTC

Severity: normal

Tags: patch

Found in version 24.0.50

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 9079 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 9079 <at> debbugs.gnu.org
Subject: Re: bug#9079: integer overflow etc. issues (e.g., image crashes Emacs)
Date: Thu, 14 Jul 2011 10:22:49 +0200
Paul Eggert <eggert <at> cs.ucla.edu> writes:

> --- src/alloc.c	2011-07-13 01:04:29 +0000
> +++ src/alloc.c	2011-07-13 03:45:56 +0000
> @@ -70,7 +70,7 @@
>  #include <malloc.h>
>  /* malloc.h #defines this as size_t, at least in glibc2.  */
>  #ifndef __malloc_size_t
> -#define __malloc_size_t int
> +#define __malloc_size_t size_t

There is no point in using that name any more.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




This bug report was last modified 13 years and 361 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.