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 gregory.p.smith
Recipients gregory.p.smith, lys.nikolaou, pablogsal
Date 2022-01-11.02:56:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641869771.82.0.588591691802.issue46339@roundup.psfhosted.org>
In-reply-to
Content
cpython/b$ ./python 
Python 3.11.0a3+ (heads/main-dirty:081a214008, Jan 11 2022, 02:48:22) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ast
>>> ast.literal_eval('''F"""
... 
... 
... {6
... 0="""''')
Segmentation fault

this was discovered by oss-fuzz.

This may be a recent regression?  It didn't happen on my build from a few weeks ago.  worth testing on older versions.
History
Date User Action Args
2022-01-11 02:56:11gregory.p.smithsetrecipients: + gregory.p.smith, lys.nikolaou, pablogsal
2022-01-11 02:56:11gregory.p.smithsetmessageid: <1641869771.82.0.588591691802.issue46339@roundup.psfhosted.org>
2022-01-11 02:56:11gregory.p.smithlinkissue46339 messages
2022-01-11 02:56:11gregory.p.smithcreate