gcc 11.x fixes 97/26497/2 12.90.1 12.91.0 12.92.0 12.93.0 13.93.0 marlin/12.90.1 marlin/12.91.0 marlin/12.92.0 marlin/12.93.0 marlin_12.90.1 marlin_12.91.0 marlin_12.92.0 marlin_12.93.0 needlefish/13.93.0 needlefish_13.93.0
authorScott Murray <scott.murray@konsulko.com>
Mon, 12 Jul 2021 20:03:56 +0000 (16:03 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 13 Jul 2021 21:11:17 +0000 (21:11 +0000)
commit16b77f6cea24332fffb75b6dcccb76f59565ed44
tree257be1178729a16428f33c06e8545be632f81a8d
parent6fb187bdbcc5d5dd5bb432b047d629bf5d842d97
gcc 11.x fixes

In decode_base64 in wrap-json.c, initialize u16 as gcc now seems to
miss that it will be initialized on the first loop iteration.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ic4a1a87ec64bd725d5a3f6e2d2a3901348b608f6
wrap-json.c