Re: [Live-devel] segmentation fault with latest version

2010-06-11 Thread Ross Finlayson
I'd like to add another (once this one is patched) in RTSPClient::constructSubsessionURL() on line 1169. if prefix is NULL, it's set to "" so strlen(prefix) will return 0 so you try to look at prefix[-1] OK, thanks. This has now been fixed in the most recent release (2010.06.11). -- Ross F

Re: [Live-devel] segmentation fault with latest version

2010-06-11 Thread Denis Charmet
Ross Finlayson wrote: I tried to use vlc with the latest version. I thought it would work as you say it is backward compatible, but I have a segmentation fault. I think the line 136 in RTSPClient.cpp is buggy because if parameterName is NULL, sprintf segfaults. Oops, yes - my mistake. Thi

Re: [Live-devel] segmentation fault with latest version

2010-06-04 Thread Ross Finlayson
I tried to use vlc with the latest version. I thought it would work as you say it is backward compatible, but I have a segmentation fault. I think the line 136 in RTSPClient.cpp is buggy because if parameterName is NULL, sprintf segfaults. Oops, yes - my mistake. This will be fixed in the next

[Live-devel] segmentation fault with latest version

2010-06-04 Thread Sébastien Escudier
Hi I tried to use vlc with the latest version. I thought it would work as you say it is backward compatible, but I have a segmentation fault. I think the line 136 in RTSPClient.cpp is buggy because if parameterName is NULL, sprintf segfaults. Regards, Seb. Backtrace : #0 0xb7499e00 in strcp