Re: X11-users Digest, Vol 6, Issue 2
Re: X11-users Digest, Vol 6, Issue 2
- Subject: Re: X11-users Digest, Vol 6, Issue 2
- From: "Piotr Grzybowski" <email@hidden>
- Date: Wed, 7 Jan 2009 22:59:09 +0100
hello,
On Tue, Jan 6, 2009 at 8:51 PM, Kyle Lucke <email@hidden> wrote:
> It's TightVNC 1.2.6.
> Here's the relevant section of selection.c: [..]
> 298: *length = strlen(serverCutText); [..]
> So it looks like it's dying doing a strlen of serverCutText?
can serverCutText be == NULL? if so, the crash can and
will happen. besides, this line _should_ look like this:
if (serverCutText) { /*here the *length=..*/ }
pg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden