Fix some potiental issues

This commit is contained in:
Arkshine
2015-07-31 15:45:32 +02:00
parent 8c0534a055
commit 5987f389c6
4 changed files with 16 additions and 13 deletions

View File

@ -583,7 +583,7 @@ int RegEx::Replace(char *text, size_t textMaxLen, const char *replace, size_t re
*/
if (flags & PCRE_DUPNAMES)
{
memset(ovector, 0, REGEX_MAX_SUBPATTERNS);
memset(ovector, 0, REGEX_MAX_SUBPATTERNS * sizeof(int));
/**
* pcre_copy_named_substring needs a vector containing sub-patterns ranges