[issue28633] eval() Function - Segmentation Fault

2016-11-07 Thread Honor
Honor added the comment: Why not? I have tested it. Different payload : '%%-'%B'4--'F'' Again crashed. Can you try? On Mon, Nov 7, 2016 at 9:14 PM, Serhiy Storchaka wrote: > > Changes by Serhiy Storchaka : > > > -- > nosy: +serhiy.storchaka > > ___

[issue28633] eval() Function - Segmentation Fault

2016-11-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue28633] eval() Function - Segmentation Fault

2016-11-07 Thread Zachary Ware
Zachary Ware added the comment: Reproduced on macOS: $ ./python.exe Python 3.6.0b4+ (3.6:b26c8104e54f, Nov 7 2016, 12:01:37) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.38)] on darwin Type help, copyright, credits or license for more information. >>> B''F'' Segmentation fault: 11 Looks

[issue28633] eval() Function - Segmentation Fault

2016-11-07 Thread Honor
New submission from Honor: Hello, Python version : 3.7.0a0 OS : Ubunt - Linux x 3.13.0-24-generic Test Script: >>> a="B\'\'F\'\'" >>> eval(a) Program received signal SIGSEGV, Segmentation fault. 0x00531c5a in parsestrplus (n=0x77ee0b20, c=0x7fffd730) at Python/ast.c:5150 5150