Files
lash/lash-0.6.0_rc2-pylash-format-security.patch

12 lines
308 B
Diff

--- a/pylash/lash_wrap.c 2026-03-01 01:05:08.253806980 +0100
+++ b/pylash/lash_wrap.c 2026-03-01 01:05:08.256675072 +0100
@@ -850,7 +850,7 @@
Py_DECREF(old_str);
Py_DECREF(value);
} else {
- PyErr_Format(PyExc_RuntimeError, mesg);
+ PyErr_Format(PyExc_RuntimeError, "%s", mesg);
}
}