Skip to content

Commit 7966bb1

Browse files
author
Stefan Esser
committed
MFH
1 parent 5e2f6ea commit 7966bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/url.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ PHPAPI char *php_replace_controlchars(char *str)
8686
PHPAPI php_url *php_url_parse(char *str)
8787
{
8888
int length = strlen(str);
89-
char port_buf[5];
89+
char port_buf[6];
9090
php_url *ret = ecalloc(1, sizeof(php_url));
9191
char *s, *e, *p, *pp, *ue;
9292

0 commit comments

Comments
 (0)