[New-bugs-announce] [issue43587] Long string arguments cause nis.map() segfault

Xinmeng Xia report at bugs.python.org
Mon Mar 22 03:12:49 EDT 2021


New submission from Xinmeng Xia <xiaxm at smail.nju.edu.cn>:

nis.maps() with long string argument will lead to segfault of interpreter.  See the following example:

=====================================================
Python 3.10.0a6 (default, Mar 19 2021, 11:45:56) [GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import nis;
>>> nis.maps('abs/'*10000000)
Segmentation fault (core dumped)
=====================================================

System: ubuntu 16.04

----------
components: Library (Lib)
messages: 389280
nosy: xxm
priority: normal
severity: normal
status: open
title: Long string arguments cause nis.map() segfault
type: crash
versions: Python 3.10

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


More information about the New-bugs-announce mailing list