Module: sip-router
Branch: master
Commit: 10250c1255a2c25f828726d01cfc64ad6a2906ef
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=10250c1…
Author: sobomax <sobomax(a)sippysoft.com>
Committer: sobomax <sobomax(a)sippysoft.com>
Date: Thu Jul 2 15:02:44 2009 -0700
Rework fix for the static buffer overflow with the content of the overly long payload
types list. Instead of silently truncating the list, use dynamic buffer allocated on heap
to keep that list growing it if necessary.
---
modules_s/nathelper/nathelper.c | 232 +++++++++++++++++++++++++++------------
1 files changed, 162 insertions(+), 70 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=102…