Re: [Live-devel] Race condition bug fix

2007-09-12 Thread Ross Finlayson
The following fix prevents a bug when two requests are processed in close proximity. No, the original code was correct. It's possible that an incoming RTSP request will require more than one socket read in order to obtain all the data for the request. In that case, the length of the request

[Live-devel] Race condition bug fix

2007-09-12 Thread Geoff Cleary
The following fix prevents a bug when two requests are processed in close proximity. Should pass the parser the pointer to the new request not the address of the buffer. *** lib/live/liveMedia/RTSPServer.cpp 2007-06-15 14:44:10.811882441 -0400 --- ./lib/live/liveMedia/RTSPServer.cpp 2007-0