mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
smtp_connect: use defined buffer length for hostname
This commit is contained in:
parent
5801ddb85c
commit
400055bfaa
@ -1100,7 +1100,7 @@ static CURLcode smtp_connect(struct connectdata *conn,
|
||||
struct pingpong *pp = &smtpc->pp;
|
||||
const char *path = conn->data->state.path;
|
||||
int len;
|
||||
char localhost[1024 + 1];
|
||||
char localhost[HOSTNAME_MAX + 1];
|
||||
|
||||
*done = FALSE; /* default to not done yet */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user