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.
Bugs item #2818273, was opened at 2009-07-08 01:28
Message generated for change (Comment added) made by klaus_darilion
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: Klaus Darilion (klaus_darilion)
Date: 2009-07-08 10: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_…
Bugs item #2818273, was opened at 2009-07-07 23:28
Message generated for change (Tracker Item Submitted) 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().
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2818273&group_…
Module: sip-router
Branch: master
Commit: 94ed30477687aa255a5b022eafe3aec8811c8214
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94ed304…
Author: Raul Alexis Betancor Santana <rabs(a)dimension-virtual.com>
Committer: Raul Alexis Betancor Santana <rabs(a)dimension-virtual.com>
Date: Tue Jul 7 19:43:48 2009 +0100
drouting: Updated documentation
- Erased references to blacklist management
---
modules_k/drouting/doc/drouting_admin.xml | 33 -----------------------------
1 files changed, 0 insertions(+), 33 deletions(-)
diff --git a/modules_k/drouting/doc/drouting_admin.xml b/modules_k/drouting/doc/drouting_admin.xml
index 1e53523..ffc5cb3 100644
--- a/modules_k/drouting/doc/drouting_admin.xml
+++ b/modules_k/drouting/doc/drouting_admin.xml
@@ -80,15 +80,6 @@
</para>
</listitem>
- <listitem>
- <para>
- blacklisting - the module allows definition of backlists based on the
- destination IPs. This blacklists are to be used to prevent malicious
- forwarding to GWs (based on DNS lookups) when the script logic does
- none-GE forwarding (like foreign domains).
- </para>
- </listitem>
-
</itemizedlist>
</section>
@@ -1005,30 +996,6 @@ modparam("drouting", "atrrs_avp", '$avp(i:67)')
</section>
<section>
- <title><varname>define_blacklist</varname> (str)</title>
- <para>
- Defines a backlist based on a list of GW types - the list will contain
- the IPs (no port, all protocols) of the GWs with the specified types.
- </para>
- <para>
- Multiple instances of this param are allowed.
- </para>
- <para>
- <emphasis>Default value is <quote>NULL</quote>.
- </emphasis>
- </para>
- <example>
- <title>Set <varname>define_blacklist</varname> parameter</title>
- <programlisting format="linespecific">
-...
-modparam("drouting", "define_blacklist", 'bl_name= 3,5,25,23')
-modparam("drouting", "define_blacklist", 'list= 4,2')
-...
- </programlisting>
- </example>
- </section>
-
- <section>
<title><varname>use_domain</varname> (int)</title>
<para>
Flag to configure whether to use domain match when querying