We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e581e commit a4e4f5bCopy full SHA for a4e4f5b
1 file changed
extras/test/src/test_provisioning_command_encode.cpp
@@ -123,6 +123,7 @@
123
{
124
JWTProvisioningMessage command;
125
command.c.id = ProvisioningMessageId::JWTProvisioningMessageId;
126
+ memset(command.jwt, 0x00, 269);
127
memset(command.jwt, 0xCA, 268);
128
uint8_t buffer[512];
129
size_t bytes_encoded = sizeof(buffer);
0 commit comments