Re: DeliverPropertyEvent() accessing unallocated memory

2008-12-01 Thread Adam Jackson
On Tue, 2008-11-25 at 12:55 +0100, Matthieu Herrb wrote: > Thanks for the answer. That seems to work indeed. Applied to master. Thanks for testing! - ajax signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@

Re: DeliverPropertyEvent() accessing unallocated memory

2008-11-25 Thread Matthieu Herrb
Adam Jackson wrote: > On Sat, 2008-11-22 at 13:07 +0100, Matthieu Herrb wrote: >> Matthieu Herrb wrote: >>> Hi, >>> >>> using OpenBSD's memory allocator (which has an option to fill free()'d >>> memory with a specific pattern) I found out that xserver 1.5.3 is >>> dumping core on exit. >> Same prob

Re: DeliverPropertyEvent() accessing unallocated memory

2008-11-24 Thread Adam Jackson
On Sat, 2008-11-22 at 13:07 +0100, Matthieu Herrb wrote: > Matthieu Herrb wrote: > > Hi, > > > > using OpenBSD's memory allocator (which has an option to fill free()'d > > memory with a specific pattern) I found out that xserver 1.5.3 is > > dumping core on exit. > > Same problem on git's master.

Re: DeliverPropertyEvent() accessing unallocated memory

2008-11-22 Thread Matthieu Herrb
Matthieu Herrb wrote: > Hi, > > using OpenBSD's memory allocator (which has an option to fill free()'d > memory with a specific pattern) I found out that xserver 1.5.3 is > dumping core on exit. Same problem on git's master. > > This is caused by a bad pointer caused by accessing free'd memory

Re: xserver 1.5.3: DeliverPropertyEvent() accessing unallocated memory

2008-11-18 Thread Matthieu Herrb
Matthieu Herrb wrote: > Hi, > > using OpenBSD's memory allocator (which has an option to fill free()'d > memory with a specific pattern) I found out that xserver 1.5.3 is > dumping core on exit. > > This is caused by a bad pointer caused by accessing free'd memory in > DeliverPropertyEvent, becau

xserver 1.5.3: DeliverPropertyEvent() accessing unallocated memory

2008-11-18 Thread Matthieu Herrb
Hi, using OpenBSD's memory allocator (which has an option to fill free()'d memory with a specific pattern) I found out that xserver 1.5.3 is dumping core on exit. This is caused by a bad pointer caused by accessing free'd memory in DeliverPropertyEvent, because when the RRProperties are destroyed