forked from M-Labs/artiq
firmware: Fix kernel RPC strings size (memory corruption)
Test case to follow.
This commit is contained in:
parent
b8ff627be9
commit
8e225433a5
|
@ -255,7 +255,7 @@ mod tag {
|
|||
Tag::Int32 => 4,
|
||||
Tag::Int64 => 8,
|
||||
Tag::Float64 => 8,
|
||||
Tag::String => 4,
|
||||
Tag::String => 8,
|
||||
Tag::Bytes => 8,
|
||||
Tag::ByteArray => 8,
|
||||
Tag::Tuple(it, arity) => {
|
||||
|
|
Loading…
Reference in New Issue