Added boundary checks to searchStringMS() to avoid illegal memory accesses
commitfbabf70eb42a4fc7e645a0cceaf5e10620bbbf3c
authorEddy De Greef <edg@users.sourceforge.net>
Wed, 4 Dec 2002 12:30:57 +0000 (4 12:30 +0000)
committerEddy De Greef <edg@users.sourceforge.net>
Wed, 4 Dec 2002 12:30:57 +0000 (4 12:30 +0000)
treeeb43b1f382db7f49723298d5b854d00882c35d65
parentd07ffb5e98f3f2eca2733b6e460162ca7402157e
Added boundary checks to searchStringMS() to avoid illegal memory accesses
when passing a too large or negative starting position to the search_string()
macro.
source/macro.c