[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: allocate_string_data memory corruption
From: |
Stefan Monnier |
Subject: |
Re: allocate_string_data memory corruption |
Date: |
Thu, 26 Jan 2006 13:40:35 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> For the sake of the release, how about just moving the threatened
> portion of allocate_vectorlike into the BLOCK_INPUT section that's
> already present in the function?
> Ok.
There's no BLOCK_INPUT used in allocate_vectorlike unless DOUG_LEA_MALLOC
is defined. But admittedly, allocate_vectorlike is very slow anyway (at
least on platforms where we use conservative stack scanning, i.e. in 99% of
the cases) so adding a BLOCK_INPUT there isn't a problem.
> But can all the known problems be fixed this way?
At the cost of adding BLOCK_INPUT for each allocation function? Sure, but
I'd rather not do that.
Stefan
- Re: allocate_string_data memory corruption, (continued)
- Re: allocate_string_data memory corruption, Richard M. Stallman, 2006/01/24
- Re: allocate_string_data memory corruption, Stefan Monnier, 2006/01/22
- Re: allocate_string_data memory corruption, Richard M. Stallman, 2006/01/24
- Re: allocate_string_data memory corruption, Kim F. Storm, 2006/01/24
- Re: allocate_string_data memory corruption, Chong Yidong, 2006/01/24
- Re: allocate_string_data memory corruption, Richard M. Stallman, 2006/01/25
- Re: allocate_string_data memory corruption, Chong Yidong, 2006/01/25
- Re: allocate_string_data memory corruption, Richard M. Stallman, 2006/01/26
- Re: allocate_string_data memory corruption,
Stefan Monnier <=
- Re: allocate_string_data memory corruption, Chong Yidong, 2006/01/26
- Re: allocate_string_data memory corruption, Richard M. Stallman, 2006/01/28
- Re: allocate_string_data memory corruption, Stefan Monnier, 2006/01/28
- Re: allocate_string_data memory corruption, Chong Yidong, 2006/01/29
- Re: allocate_string_data memory corruption, Chong Yidong, 2006/01/29
- Re: allocate_string_data memory corruption, Richard M. Stallman, 2006/01/29
- Re: allocate_string_data memory corruption, Chong Yidong, 2006/01/29
- Re: allocate_string_data memory corruption, Richard M. Stallman, 2006/01/28
- Re: allocate_string_data memory corruption, Chong Yidong, 2006/01/26