]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 293158 via svnmerge from
authorJeff Peeler <jpeeler@digium.com>
Thu, 28 Oct 2010 16:11:08 +0000 (16:11 +0000)
committerJeff Peeler <jpeeler@digium.com>
Thu, 28 Oct 2010 16:11:08 +0000 (16:11 +0000)
commit971db9fc4e4da8ae600dd564f4535f7c1a876976
tree7d5b07f8397e74b5b04165db111c0d2d11d01c9a
parent6cbda6ed92ae075369c501cd31590bf2df242c35
Merged revisions 293158 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r293158 | jpeeler | 2010-10-28 11:09:40 -0500 (Thu, 28 Oct 2010) | 11 lines

  Fix infinite loop in FILTER().

  Specifically when you're using characters above \x7f or invalid character
  escapes (e.g. \xgg).

  (closes issue #18060)
  Reported by: wdoekes
  Patches:
        issue18060_func_strings_filter_infinite_loop.patch uploaded by wdoekes (license 717)
  Tested by: wdoekes
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@293159 65c4cc65-6c06-0410-ace0-fbb531ad65f3
funcs/func_strings.c