Module: sip-router Branch: master Commit: c5927189da3f7c4b7b736b24d8a9258c1a5ccaa3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c5927189...
Author: sobomax sobomax@sippysoft.com Committer: sobomax sobomax@sippysoft.com Date: Thu Jul 2 14:12:45 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_k/nathelper/nathelper.c | 253 ++++++++++++++++++++++++++------------ 1 files changed, 173 insertions(+), 80 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=c592...