Skip to content

Commit

Permalink
Merge pull request #47 from ooinu/avoid-crash-on-extraction
Browse files Browse the repository at this point in the history
Avoid crash on extraction
  • Loading branch information
yama-natuki committed Mar 3, 2019
2 parents b959c45 + 9f69669 commit 790282e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jdlib/jdregex.cpp
Expand Up @@ -14,7 +14,7 @@

enum
{
MAX_TARGET_SIZE = 64 * 1024, // 全角半角変換のバッファサイズ
MAX_TARGET_SIZE = 64 * 2048, // 全角半角変換のバッファサイズ
REGEX_MAX_NMATCH = 32
};

Expand Down

0 comments on commit 790282e

Please sign in to comment.