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
Module: sip-router
Branch: rbetancor/drouting
Commit: 75837023e6793499720e06cff4a867633e8f21e5
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7583702…
Author: Raul Alexis Betancor Santana <rabs(a)dimension-virtual.com>
Committer: Raul Alexis Betancor Santana <rabs(a)dimension-virtual.com>
Date: Thu Jul 2 21:14:37 2009 +0100
Merge branch 'master' into drouting
* master: (728 commits)
tm: suspended transaction was not always replied and freed
core: fix EXTRA_DEBUG information about second via in parse_msg
nathelper(k): fix for very long payload-type
nathelper (k): fix for flag 'l'
avpops: merge avpops modules
according to Di-Shi are K's and ser's osp module more or less the same, whereas Kamailio's osp module should be more up2date than ser's module. Thus, ser's osp module will be removed and K's osp module will be used as common OSP module.
remove shm_str_dup() from tls_util.[c|h] as it breaks compilation and is not used at all
cfg framework: documentation for cfg_read_var*
Add missed <sys/select.h> include.
cfg framework: read variables by name with a handle
domain: init db connection for RPC process
presence: use event name from parsed structure
core: parse_event - skip first ; for parameters
select_core: fix @ruri.rn_user moving parsed ptr
modules/lcr: fixed printing of lcr_id by lcr.dump_lcrs
carrierroute: port from 1.5 branch, r5885
siputils(k): port from 1.5 branch, r5880
carrierroute: port from 1.5 branch, r5877
carrierroute: port from 1.5 branch, r5876, remove dead code (double return)
registrar(k): port from 1.5 branch, r5873
...
---
Before doing a dissaster .. :-P
How should I merge the rbentancor/drouting branch into the master branch
taking into account that master branch have changes I do not have on drouting
branch.
There are not possible conflicts, because I only worked on the drouting
module, anything more.
--
Raúl Alexis Betancor Santana
Dimensión Virtual
Hello,
within K project, we had from time to time an IRC meeting for short term
planning. IMO it is the time for next one since probably we need at
least a kamailio 1.5.2 release. The place was the irc channel #kamailio
on freenode.net, now we can host it on #sip-router. Presence is not
mandatory and anyone is welcome to join.
From the perspective of K project, here are the topics I would like to
approach:
- kamailio 1.5.2 - show-stoppers, when?
- shall we do another branch 1.4-based release
- kamailio 3.0
- current status
- what is missing, what can be worked-around, prioritizing tasks...
- documentation - migration tutorials
- release roadmap
For sip router:
- logistics: anything missing for project now?
- what can be done to make adoption easier (new tools, etc...)
- suggestions for future development
I propose Tuesday, July 7, 2009, we can adjust to fit the best for the
people that want to attend. I started a wiki page, feel free to add there:
https://sip-router.org/wiki/devel/irc-meetings/2009-07-07
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/
Revision: 5896
http://openser.svn.sourceforge.net/openser/?rev=5896&view=rev
Author: henningw
Date: 2009-07-07 14:50:00 +0000 (Tue, 07 Jul 2009)
Log Message:
-----------
- fix recently introduced error in postinst, user is called kamailio
- add migration helper preinst for core and radius
- add watch file
Modified Paths:
--------------
branches/1.5/packaging/debian/kamailio.postinst
Added Paths:
-----------
branches/1.5/packaging/debian/kamailio-radius-modules.preinst
branches/1.5/packaging/debian/kamailio.preinst
branches/1.5/packaging/debian/watch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5895
http://openser.svn.sourceforge.net/openser/?rev=5895&view=rev
Author: henningw
Date: 2009-07-07 14:26:47 +0000 (Tue, 07 Jul 2009)
Log Message:
-----------
- fix (partly) wrong Changelog update in r5886, this belong to a _new_ release
Modified Paths:
--------------
branches/1.4/ChangeLog
branches/1.5/ChangeLog
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.