Re: [Live-devel] Another segmentation fault in latest live555

2010-06-15 Thread Denis Charmet
) from /lib/libpthread.so.0 #12 0x7f8fc366459d in clone () from /lib/libc.so.6 #13 0x0000 in ?? () (resultLen is null) Regards, -- Denis Charmet ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Another segmentation fault in latest live555

2010-06-14 Thread Denis Charmet
libc.so.6 #10 0x in ?? () Regards, -- Denis Charmet ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

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

2010-06-11 Thread Denis Charmet
. This will be fixed in the next release. 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] Regard

Re: [Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Denis Charmet
s connected as devices can be multihomed. http://msdn.microsoft.com/en-us/library/ms738543(VS.85).aspx Thanks for the answers. Best regards. -- Denis Charmet ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Denis Charmet
socketHashTable->Add() isn't checked. If the port was already used it returns the old value but it won't be freed. Lastely, the Hashtable is only released when the operation successes. I hope this can help and I'm working on a patch quite similar to Pierre Ynard's