This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bc36dbf3b8937091c9abd0765874be05dec54606
solidity
/
test
/
libsolidity
/
syntaxTests
/
array
/
concat
T
History
chriseth
eaac16c779
Merge pull request
#11590
from ethereum/disallow-non-hex-zero-and-fix-bytes32-literals-in-bytes-concat
...
Disallow non-hex zero literals and fix 32-byte hex literals in `bytes.concat()`
2021-06-29 16:34:26 +02:00
..
bytes_concat_empty_invalid.sol
…
bytes_concat_on_type_info.sol
…
bytes_concat_on_variable.sol
…
bytes_concat_valid_type_literal.sol
Fix ICE for 32-byte hex literals and zero literals in bytes.concat() by disallowing them
2021-06-29 14:48:42 +02:00
bytes_concat_wrong_type_bytes_and_strings.sol
Fix crash when passing zero to bytes.concat()
2021-06-25 21:26:28 +02:00
bytes_concat_wrong_type_empty_array_literal.sol
Fix crash when passing zero to bytes.concat()
2021-06-25 21:26:28 +02:00
bytes_concat_wrong_type_empty_string_literal.sol
Fix crash when passing empty strings to bytes.concat()
2021-06-29 13:52:01 +02:00
bytes_concat_wrong_type_misc_literals_and_expressions.sol
Fix ICE for 32-byte hex literals and zero literals in bytes.concat() by disallowing them
2021-06-29 14:48:42 +02:00
bytes_concat_wrong_type_misc.sol
Fix crash when passing zero to bytes.concat()
2021-06-25 21:26:28 +02:00
bytes_concat_wrong_type_zero_literal.sol
Fix ICE for 32-byte hex literals and zero literals in bytes.concat() by disallowing them
2021-06-29 14:48:42 +02:00