projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b704238
)
Bump size of sprintf buffer. Suggested by Alex Coventry.
author
Martin v. Löwis
<martin@v.loewis.de>
Sun, 12 Aug 2001 09:28:40 +0000
(09:28 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Sun, 12 Aug 2001 09:28:40 +0000
(09:28 +0000)
Modules/socketmodule.c
patch
|
blob
|
history
diff --git
a/Modules/socketmodule.c
b/Modules/socketmodule.c
index f4c5726440a05cd188a1c3086310d95ef260d0eb..16b81ac9a75d10499f3cf1259274cf016d5ced94 100644
(file)
--- a/
Modules/socketmodule.c
+++ b/
Modules/socketmodule.c
@@
-2344,7
+2344,7
@@
PySocket_getaddrinfo(PyObject *self, PyObject *args)
{
struct addrinfo hints, *res0, *res;
PyObject *pobj = (PyObject *)NULL;
- char pbuf[
1
0];
+ char pbuf[
3
0];
char *hptr, *pptr;
int family, socktype, protocol, flags;
int error;