[issue43587] Long string arguments cause nis.map() segfault

2021-03-22 Thread STINNER Victor
STINNER Victor added the comment: I can reproduce the crash. It's a not a bug in Python but in yp_master(). On my Fedora 33, this function comes from libnsl2 (/lib64/libnsl.so.2): * https://bugz.fedoraproject.org/libnsl2 * https://github.com/thkukuk/libnsl """ This package contains the libns

[issue43587] Long string arguments cause nis.map() segfault

2021-03-22 Thread Xinmeng Xia
New submission from Xinmeng Xia : 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", "credit