]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix infinite loop in FILTER().
authorJeff Peeler <jpeeler@digium.com>
Thu, 28 Oct 2010 16:09:40 +0000 (16:09 +0000)
committerJeff Peeler <jpeeler@digium.com>
Thu, 28 Oct 2010 16:09:40 +0000 (16:09 +0000)
commit9206c592c602429e1ce25793fa8538b462aac436
tree05f0f5b53d6d2ea22a79cc008498638ccfe495d6
parent4a93be867e3555c700f242e526f70400b3e02e1e
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.6.2@293158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
funcs/func_strings.c