Line 161 in evilloop.c is causing the problem since docmd returns an
int not a pointer.
                                        pos = docmd (pos, binding->action_param)

On 8/29/05, dann frazier <[EMAIL PROTECTED]> wrote:
> On Mon, 2005-08-29 at 17:51 -0700, James A. Morrison wrote:
> >  Does this affect 1.9.18-2?
> 
> Sorry - should've upgraded first.  I verified that this still exists in
> 1.9.18-2.  Thanks for fixing the previous bug so quick, btw.
> 
> This one definitely looks like a truncated pointer - hnb assumes in a
> number of places that it can just cast a pointer to an int, which breaks
> systems where sizeof(int) != sizeof(void *).
> 
> 
> 
> 


-- 
Thanks,
Jim
http://phython.blogspot.com

Reply via email to