]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 229361 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 10 Nov 2009 22:17:17 +0000 (22:17 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 10 Nov 2009 22:17:17 +0000 (22:17 +0000)
commitecd6891241d1a2738b99fae2ce31e77a2ab23c4c
tree6b12d8cb9b9e79cb4c7592b144649f2e98202846
parent225ae1fb956b968f530a090ae1ec3c7f7a64b61b
Merged revisions 229361 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r229361 | tilghman | 2009-11-10 16:14:22 -0600 (Tue, 10 Nov 2009) | 19 lines

  Merged revisions 229360 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r229360 | tilghman | 2009-11-10 16:09:16 -0600 (Tue, 10 Nov 2009) | 12 lines

    If two pattern classes start with the same digit and have the same number of characters, they will compare equal.
    The example given in the issue report is that of [234] and [246], which have
    these characteristics, yet they are clearly not equivalent.  The code still
    uses these two characteristics, yet when the two scores compare equal, an
    additional check will be done to compare all characters within the class to
    verify equality.
    (closes issue #15421)
     Reported by: jsmith
     Patches:
           20091109__issue15421__2.diff.txt uploaded by tilghman (license 14)
     Tested by: jsmith, thedavidfactor
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@229363 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/pbx.c