2009-08-26 Milan Holzaepfel As documented on , the "i" format string needs an integer as target. Error detected by gentoo Stack Smashing Protection for gcc-4.3.3. --- xen-3.4.1/tools/python/xen/lowlevel/xc/xc.c.orig 2009-08-26 13:43:13.000000000 +0000 +++ xen-3.4.1/tools/python/xen/lowlevel/xc/xc.c 2009-08-26 13:43:20.000000000 +0000 @@ -808,7 +808,7 @@ static PyObject *pyxc_dom_set_policy_cpuid(XcObject *self, PyObject *args) { - domid_t domid; + int domid; if ( !PyArg_ParseTuple(args, "i", &domid) ) return NULL;