]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix missing bounds checks in wildcard.cpp causing crash in bug #590 and related
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 17 Aug 2008 15:33:13 +0000 (15:33 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 17 Aug 2008 15:33:13 +0000 (15:33 +0000)
commitdd6464f8f64ba25f428a4d81a592a0223d45ca53
tree86c4ca1ac7272b6ec00cd37a3e9d2245aedca629
parent25ab84013a123de5ee05058b0b2bc37767a015c9
Fix missing bounds checks in wildcard.cpp causing crash in bug #590 and related
Add test cases for wildcards to pick this up in future regression testing plus a bunch of other edge cases

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10147 e03df62e-2008-0410-955e-edbf42e46eb7
src/testsuite.cpp
src/wildcard.cpp