X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=python%2F_libvserver.c;h=3404c9de9857389f5a7a12a189a3a82596f0a0b7;hb=9cd5375cdc1c902da2e6a5cb70d01934a6b71d22;hp=c5eb89230493818441348dfca773827f43934898;hpb=0754ac0a3b5ac2cc77cbb0cb85c6f8888459d1f6;p=util-vserver.git diff --git a/python/_libvserver.c b/python/_libvserver.c index c5eb892..3404c9d 100644 --- a/python/_libvserver.c +++ b/python/_libvserver.c @@ -591,7 +591,7 @@ pyvserver_get_vhi_name(PyObject UNUSED *self, PyObject *args) { xid_t xid; vc_uts_type type; - char val[256]; + char val[65]; if (!PyArg_ParseTuple(args, "Ii", &xid, &type)) return NULL;