firmware: Fix kernel RPC strings size (memory corruption)

Test case to follow.
release-4
David Nadlinger 2019-03-30 21:00:24 +00:00 committed by Sebastien Bourdeauducq
parent cb326aca70
commit debf64d1c2
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) => {