firmware: Fix kernel RPC strings size (memory corruption)

Test case to follow.
pull/1299/head
David Nadlinger 2019-03-30 21:00:24 +00:00
parent b8ff627be9
commit 8e225433a5
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {