everx-labs / TVM-Solidity-Compiler

Solidity compiler for TVM

Repository from Github https://github.comeverx-labs/TVM-Solidity-CompilerRepository from Github https://github.comeverx-labs/TVM-Solidity-Compiler

Nested parentheses cause segmentation fault.

Subway2023 opened this issue · comments

Sold version: sold 0.77.0+commit.32833737.Linux.g++

test.sol

contract C {
	function f2() public pure returns(int) {
		int a;
		((((((((((((, a))))))),))))) = ((1, 2), 3);
	}
}
sold test.sol

Segmentation fault (core dumped)