[New-bugs-announce] [issue34435] Missing NULL check in unicode_encode_ucs1()

Alexey Izbyshev report at bugs.python.org
Sun Aug 19 13:42:35 EDT 2018


New submission from Alexey Izbyshev <izbyshev at ispras.ru>:

A possible NULL return on out-of-memory condition at Objects/unicodeobject.c:6835 is not handled.

Reported by Svace static analyzer.

----------
components: Interpreter Core
messages: 323762
nosy: inada.naoki, izbyshev, serhiy.storchaka, vstinner
priority: normal
severity: normal
status: open
title: Missing NULL check in unicode_encode_ucs1()
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34435>
_______________________________________


More information about the New-bugs-announce mailing list