[New-bugs-announce] [issue34879] bytesobject.c: Possible null pointer dereference due to formatfloat()

Zackery Spytz report at bugs.python.org
Wed Oct 3 00:53:44 EDT 2018


New submission from Zackery Spytz <zspytz at gmail.com>:

The PyBytes_FromStringAndSize() call in formatfloat() is not checked for failure.

----------
components: Interpreter Core
messages: 326933
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: bytesobject.c: Possible null pointer dereference due to formatfloat()
type: crash
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list