Skip to content
Commit 157547c8 authored by Lluis Campos's avatar Lluis Campos Committed by Jamie McCrae
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>
(cherry picked from commit dd4d6541)
parent 60ac682a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment