Bug description:
|
if (PySys_Audit("syslog.openlog", "Oll", ident ? ident : Py_None, logopt, facility) < 0) { |
After in if body we use Py_DECREF(indent), which can cause null pointer dereference
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Additional information
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Reporter: Burkov Egor (eburkov@rvision.ru).
Organization: R-Vision (support@rvision.ru).
Linked PRs