Merge pull request #484 from ejohnstown/release-cleanup2

Release Cleanup 2
pull/376/head v1.4.12-stable
JacobBarthelmeh 2022-12-28 10:59:28 -07:00 committed by GitHub
commit 834a03ce84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2762,7 +2762,6 @@ static int wolfSSH_SFTPNAME_readdir(WOLFSSH* ssh, WDIR* dir, WS_SFTPNAME* out,
{
char* buf;
int bufSz;
int tmpSz;
bufSz = out->fSz + (int)WSTRLEN(dirName) + 2; /* /+nul */
buf = (char*)WMALLOC(bufSz, out->heap, DYNTYPE_SFTP);