mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Bump size of sprintf buffer. Suggested by Alex Coventry.
This commit is contained in:
parent
b704238a6c
commit
f65b1a175f
1 changed files with 1 additions and 1 deletions
|
@ -2344,7 +2344,7 @@ PySocket_getaddrinfo(PyObject *self, PyObject *args)
|
|||
{
|
||||
struct addrinfo hints, *res0, *res;
|
||||
PyObject *pobj = (PyObject *)NULL;
|
||||
char pbuf[10];
|
||||
char pbuf[30];
|
||||
char *hptr, *pptr;
|
||||
int family, socktype, protocol, flags;
|
||||
int error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue