osip-dev
[Top][All Lists]
Advanced

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

Re: [osip-dev] Auto-discard notification


From: Aymeric Moizard
Subject: Re: [osip-dev] Auto-discard notification
Date: Thu, 20 Nov 2014 14:56:54 +0100

Hi,

osip_message_header_get_byname contains this code:

 "*dest=NULL"

This should set rseq = NULL upon error?

Can you check which version you are using? and update to latest osip and eXosip?
Latest version doesn't seems affected?

Also note that you have to subscribe to the mailing list in order to send email to address@hidden

You can subscribe to the mailing list with by sending a mail to <address@hidden> with the subject set to "subscribe"

Regards
Aymeric


2014-11-20 14:49 GMT+01:00 <address@hidden>:
The attached message has been automatically discarded.

---------- Message transféré ----------
From: FEICHTER Christoph <address@hidden>
To: "address@hidden" <address@hidden>
Cc: 
Date: Thu, 20 Nov 2014 13:49:09 +0000
Subject: eXosip, fix for eXosip_call_build_prack
 
hi aymeric,
 
I eventually found a problem, when generating a PRACK.
in eXcall_api.c, function eXosip_call_build_prack
the following variable is un-initialized:
 
  osip_header_t *rseq;
 
I suppose we should replace this line by
 
  osip_header_t *rseq = NULL;
 
even if this case is quite unlikely,
but we just had this scenario – 18x with missing RSeq header -
and it caused a crash in eXosip J
 
br,
Christoph
 
 




--
Antisip - http://www.antisip.com

reply via email to

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