<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] segfault in 
JPEGVideoRTPSink::specialHea</title></head><body>
<blockquote type="cite" cite>Hi,</blockquote>
<blockquote type="cite" cite>I'm working with the latest version of
the livemedia lib and I have the same problem (a random segfault)
which is signaled in this thread &quot;<a
href=
"http://lists.live555.com/pipermail/live-devel/2007-July/007244.html"
>[Live-devel] Problem in sending PAUSE and then PLAY request in
openrtsp&quot;</a><br>
I can solve&nbsp; the problem by applying&nbsp; manually the proposed
patch in the same thread, because the patch itself is not part of the
latest version...</blockquote>
<div><br>
Which specific patch are you referring to?</div>
<div><br></div>
<div>If you are referring to the patch that's mentioned here</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab
>http://lists.live555.com/pipermail/live-devel/2007-July/007245.html</div
>
<div>then that has already been implemented, except for a sanity check
in the function &quot;JPEGVideoRTPSink::specialHeaderSize()&quot;.&nbsp;
That can be fixed by adding the line:</div>
<div><br></div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>if
(source == NULL) return 0; // sanity check</div>
<div><br></div>
<div>at line 109.&nbsp; This will be included in the next release of
the software.</div>
<div><br></div>
<div>(However, this really shouldn't be necesary, because people
should not really be calling these functions on
&quot;JPEGVideoRTPSink&quot; objects if they don't yet have a source
to read from.)</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>