This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xxm
Recipients xxm
Date 2021-03-22.07:12:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616397169.5.0.857668484113.issue43587@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-03-22 07:12:49xxmsetrecipients: + xxm
2021-03-22 07:12:49xxmsetmessageid: <1616397169.5.0.857668484113.issue43587@roundup.psfhosted.org>
2021-03-22 07:12:49xxmlinkissue43587 messages
2021-03-22 07:12:49xxmcreate