Skip to content
Commit dd4d6541 authored by Lluis Campos's avatar Lluis Campos Committed by Jamie
Browse files

boot_serial: Fix `incompatible-pointer-types` warning



The variable `rc` was declared as int and then implicitly casted to
`size_t` when passed to `base64_decode`, which on 64 bit architectures
is wrong.

Signed-off-by: default avatarLluis Campos <lluis.campos@northern.tech>
parent ebf60e03
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment