Skip to content

Commit 22fa716

Browse files
authored
Merge pull request #1095 from arduino/root-cert-fix
WiFiFirmwareUpdater: restore null termination
2 parents 55ec9b0 + 67afc34 commit 22fa716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/STM32H747_System/examples/WiFiFirmwareUpdater/certificates.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5428,6 +5428,6 @@ const unsigned char cacert_pem[] = {
54285428
0x58, 0x6f, 0x73, 0x31, 0x41, 0x6e, 0x58, 0x35, 0x69, 0x49, 0x74, 0x72,
54295429
0x65, 0x47, 0x43, 0x63, 0x3d, 0x0a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45,
54305430
0x4e, 0x44, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41,
5431-
0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a
5431+
0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, 0x00
54325432
};
5433-
const unsigned int cacert_pem_len = 65156;
5433+
const unsigned int cacert_pem_len = 65157;

0 commit comments

Comments
 (0)