We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fd940 commit f3ea1b0Copy full SHA for f3ea1b0
ext/standard/url_scanner_ex.c
@@ -53,8 +53,8 @@ static PHP_INI_MH(OnUpdateTags)
53
{
54
url_adapt_state_ex_t *ctx;
55
char *key;
56
- char *lasts;
57
char *tmp;
+ char *lasts = NULL;
58
59
ctx = &BG(url_adapt_state_ex);
60
ext/standard/url_scanner_ex.re
@@ -51,8 +51,8 @@ static PHP_INI_MH(OnUpdateTags)
51
52
0 commit comments