New submission from Xinmeng Xia <xi...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue43587> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com