Skip to content

Commit f3ea1b0

Browse files
committed
Fixed #68694
1 parent d7fd940 commit f3ea1b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/standard/url_scanner_ex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ static PHP_INI_MH(OnUpdateTags)
5353
{
5454
url_adapt_state_ex_t *ctx;
5555
char *key;
56-
char *lasts;
5756
char *tmp;
57+
char *lasts = NULL;
5858

5959
ctx = &BG(url_adapt_state_ex);
6060

ext/standard/url_scanner_ex.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ static PHP_INI_MH(OnUpdateTags)
5151
{
5252
url_adapt_state_ex_t *ctx;
5353
char *key;
54-
char *lasts;
5554
char *tmp;
55+
char *lasts = NULL;
5656

5757
ctx = &BG(url_adapt_state_ex);
5858

0 commit comments

Comments
 (0)