[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: repost of 'make bootstrap' problem
From: |
Ted Zlatanov |
Subject: |
Re: repost of 'make bootstrap' problem |
Date: |
Tue, 01 Jan 2008 13:48:36 -0600 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (darwin) |
On Tue, 01 Jan 2008 02:30:02 +0100 Thien-Thi Nguyen <address@hidden> wrote:
TN> () Ted Zlatanov <address@hidden>
TN> () Mon, 31 Dec 2007 14:57:35 -0600
TN> Reposting
TZ> if (XINT (end) != st.st_size
TZ> || ((int) st.st_size * 4) / 4 != st.st_size)
TZ> /* extra parameters added by me */
TZ> error ("Maximum buffer size exceeded: XINT(end)=%d, st.st_size=%d",
XINT(end), st.st_size);
TN> it looks like you may have missed this change:
TN> 2007-12-16 Andreas Schwab <address@hidden>
TN> * fileio.c (Finsert_file_contents): Fix overflow
TN> check to not depend on undefined integer overflow.
TN> does that give good results?
I did my report on 2007-12-31 with a clean (cvs up -A) checkout from
CVS to a new directory. Unfortunately it was still failing. I think
it's a system-level problem, though, since a) no one else has seen it,
and b) it happens BEFORE any data is read from the file (as I explained
in my earlier post).
Ted
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: repost of 'make bootstrap' problem,
Ted Zlatanov <=