) 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
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
. 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
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
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