osip-dev
[Top][All Lists]
Advanced

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

[osip-dev] handling of message parse error


From: FEICHTER Christoph
Subject: [osip-dev] handling of message parse error
Date: Thu, 7 May 2015 09:47:23 +0000

hi,
 
I just found out, that if parsing of an incoming SIP request fails, nothing happens; the request is ignored.
this happens, because the return value of _eXosip_handle_incoming_message is not checked !
(eXtl_udp.c line 362, function udp_tl_read_message)
 
for what reason is the return value ignored ?
shouldn’t we return e.g. 400 Bad Request ?
(or is this behaviour meant as a protection against DoS attacks ?)
 
br,
christoph
 
 

reply via email to

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