]> git.pld-linux.org Git - packages/bakefile.git/blob - format-security.patch
9060d779790797a412a1a9e2a5ab1e1235f83d60
[packages/bakefile.git] / format-security.patch
1 --- bakefile-0.2.9/src/bkl_c_wrap.c~    2011-02-02 16:21:57.000000000 +0100
2 +++ bakefile-0.2.9/src/bkl_c_wrap.c     2012-12-12 12:30:12.717316507 +0100
3 @@ -850,7 +850,7 @@
4      Py_DECREF(old_str);
5      Py_DECREF(value);
6    } else {
7 -    PyErr_Format(PyExc_RuntimeError, mesg);
8 +    PyErr_Format(PyExc_RuntimeError, "%s", mesg);
9    }
10  }
11  
This page took 0.046824 seconds and 2 git commands to generate.