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 628ac98 commit 4d6c4b5Copy full SHA for 4d6c4b5
src/main.c
@@ -1830,6 +1830,7 @@ void passbuffer_update(int mbindex,char *message)
1830
strcpy(passbuffer[0],"Insufficient memeory to extend the pass buffer. Some output was lost.\n");
1831
else
1832
{
1833
+ memset(tmpalloc+passbuffersize[mbindex],0,passbuffersize[mbindex]); // zero the newly allocated buffer
1834
passbuffer[mbindex] = tmpalloc;
1835
passbuffersize[mbindex]=newsizerequired;
1836
}
0 commit comments