[mimetic-users] [PATCH] mimetic. Signedness fix
Brought to you by:
tat0o
|
From: Афанасьев В.В. <afa...@ek...> - 2021-08-16 09:08:41
|
On armhf, char becomes unsigned char. This patch fixes a bug when comparing unsigned and signed types in base64 decoder. This leads to incorrect decoding (loss of information). |