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 5e2f6ea commit 7966bb1Copy full SHA for 7966bb1
ext/standard/url.c
@@ -86,7 +86,7 @@ PHPAPI char *php_replace_controlchars(char *str)
86
PHPAPI php_url *php_url_parse(char *str)
87
{
88
int length = strlen(str);
89
- char port_buf[5];
+ char port_buf[6];
90
php_url *ret = ecalloc(1, sizeof(php_url));
91
char *s, *e, *p, *pp, *ue;
92
0 commit comments