Skip to content

Commit 2374adc

Browse files
committed
Revert "fix:grown output buffer is used without init."
This reverts commit 4d6c4b5.
1 parent b2b4131 commit 2374adc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,6 @@ void passbuffer_update(int mbindex,char *message)
18301830
strcpy(passbuffer[0],"Insufficient memeory to extend the pass buffer. Some output was lost.\n");
18311831
else
18321832
{
1833-
memset(tmpalloc+passbuffersize[mbindex],0,passbuffersize[mbindex]); // zero the newly allocated buffer
18341833
passbuffer[mbindex] = tmpalloc;
18351834
passbuffersize[mbindex]=newsizerequired;
18361835
}

0 commit comments

Comments
 (0)