Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug description:
cpython/Modules/syslogmodule.c
Line 178 in7ec1742
| 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).