ethereum / solidity

Solidity, the Smart Contract Programming Language
https://soliditylang.org
GNU General Public License v3.0
23.11k stars 5.73k forks source link

Segfault in AsmParser for debug-compiled solc #15207

Closed clonker closed 2 months ago

clonker commented 3 months ago

Description

Calling solc --standard-json out.json for out.json (corresponding to initcode_too_large_paris syntax test) leads to a segfault in the std::regex module here when solc was compiled under GCC with a debug configuration.

Environment