Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13be26a

Browse files
committed
Adjust code for PR100 to put declarations before code
1 parentba6a5f1 commit13be26a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/pcre2_fuzzsupport.c‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,12 @@ for (i = 0; i < 2; i++)
148148

149149
if (code!=NULL)
150150
{
151+
intj;
152+
uint32_tsave_match_options=match_options;
153+
151154
#ifdefSUPPORT_JIT
152155
pcre2_jit_compile(code,PCRE2_JIT_COMPLETE);
153156
#endif
154-
intj;
155-
uint32_tsave_match_options=match_options;
156157

157158
/* Create match data and context blocks only when we first need them. Set
158159
low match and depth limits to avoid wasting too much searching large

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp