[New-bugs-announce] [issue36504] Signed integer overflow in _ctypes.c's PyCArrayType_new()

Zackery Spytz report at bugs.python.org
Tue Apr 2 06:09:01 EDT 2019


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

Signed integer overflow can occur in the overflow check in PyCArrayType_new() if "itemsize" is large enough.

----------
components: Extension Modules, ctypes
messages: 339326
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Signed integer overflow in _ctypes.c's PyCArrayType_new()
type: behavior
versions: Python 2.7, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list