Bugs item #2818273, was opened at 2009-07-07 23:28
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2818273&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: ver 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: crash when Content-length too big
Initial Comment:
Recently we encountered some crashes of kamailio 1.5.0 caused by messages with too big value of Content-length (more than 30000). When the parser in nathelper.c looks for old and new port it sometimes finds occurences after the real end of the message. Then the sanity check in del_lump() in data_lump.c finds that either offset or offset+len is greater than msg->len and calls abort().
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-07-08 15:17
Message:
'kamailio -V' says 'kamailio 1.5.0-notls (x86_64/linux)'
----------------------------------------------------------------------
Comment By: Klaus Darilion (klaus_darilion)
Date: 2009-07-08 08:38
Message:
Which excat version are you using? There were some bugfixes recently.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2818273&group_…
Revision: 5898
http://openser.svn.sourceforge.net/openser/?rev=5898&view=rev
Author: henningw
Date: 2009-07-08 10:57:37 +0000 (Wed, 08 Jul 2009)
Log Message:
-----------
- documentation extension related to the prime route behaviour
Modified Paths:
--------------
branches/1.3/modules/carrierroute/README
branches/1.3/modules/carrierroute/doc/carrierroute_user.sgml
branches/1.4/modules/carrierroute/README
branches/1.4/modules/carrierroute/doc/carrierroute_admin.xml
branches/1.5/modules/carrierroute/README
branches/1.5/modules/carrierroute/doc/carrierroute_admin.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5897
http://openser.svn.sourceforge.net/openser/?rev=5897&view=rev
Author: henningw
Date: 2009-07-08 10:38:08 +0000 (Wed, 08 Jul 2009)
Log Message:
-----------
- small fix in doxygen, fix obselete function description
Modified Paths:
--------------
branches/1.3/modules/carrierroute/route_func.c
branches/1.4/modules/carrierroute/route_func.c
branches/1.5/modules/carrierroute/cr_func.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.