Author: mmichelson Date: Tue Mar 24 17:05:33 2015 New Revision: 433362 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433362 Log: Fix incorrect size of a regexp.
Modified: team/group/dns_naptr/tests/test_dns_naptr.c Modified: team/group/dns_naptr/tests/test_dns_naptr.c URL: http://svnview.digium.com/svn/asterisk/team/group/dns_naptr/tests/test_dns_naptr.c?view=diff&rev=433362&r1=433361&r2=433362 ============================================================================== --- team/group/dns_naptr/tests/test_dns_naptr.c (original) +++ team/group/dns_naptr/tests/test_dns_naptr.c Tue Mar 24 17:05:33 2015 @@ -488,7 +488,7 @@ /* Invalid regex flag */ { 100, 100, {1, "A"}, {4, "BLAH"}, {16, "!.*!horse.mane!o"}, ""}, /* Invalid backreference */ - { 100, 100, {1, "A"}, {4, "BLAH"}, {14, "!.*!horse.\\0!"}, ""}, + { 100, 100, {1, "A"}, {4, "BLAH"}, {13, "!.*!horse.\\0!"}, ""}, /* Invalid regex */ { 100, 100, {1, "A"}, {4, "BLAH"}, {16, "!(.*!horse.mane!"}, ""}, }; -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits