We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d9a6c commit ea4793dCopy full SHA for ea4793d
Classes/ShareKit/Core/Helpers/OAuth/Crytpo/Base64Transcoder.c
@@ -174,7 +174,7 @@ if (*ioOutputDataSize < theDecodedDataSize)
174
const u_int8_t *theInPtr = (const u_int8_t *)inInputData;
175
u_int8_t *theOutPtr = (u_int8_t *)ioOutputData;
176
size_t theInIndex = 0, theOutIndex = 0;
177
-u_int8_t theOutputOctet;
+u_int8_t theOutputOctet = 0;
178
size_t theSequence = 0;
179
for (; theInIndex < inInputDataSize; )
180
{
0 commit comments