linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] oRTP: Bug in STUN handling?


From: Alexander Beisig
Subject: [Linphone-developers] oRTP: Bug in STUN handling?
Date: Wed, 11 Feb 2009 13:05:39 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Hello!

I think there is a bug in rtpparse.c near line 82:  If session->eventqs
is NULL, the STUN processing falls through and the STUN packet is
processed like an ordinary RTP packet, which caused all sorts of weird
behaviour for me.  I fixed it by adding:

else{
  freemsg(mp);
  return;
}

to the if-clause, but since I don't know what this session->eventqs is
anyway I'm not sure if this is the right way to deal with the problem.

What do you think?


Alex
--
address@hidden
Telefon +49 (0) 89 89458-326
--
Speech Design GmbH
Industriestraße 1
82110 Germering
Germany
--
Geschäftsführer: Kasimir Arciszewski, Hans Meiler
Amtsgericht München, HRB 69353 - USt-IdNr./VAT No. DE 128 245 077





reply via email to

[Prev in Thread] Current Thread [Next in Thread]