mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix crash when passing empty strings to bytes.concat()
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
contract C {
|
||||
function f() public pure {
|
||||
bytes.concat(hex"", unicode"", "");
|
||||
}
|
||||
}
|
||||
// ----
|
||||
Reference in New Issue
Block a user