id,summary,reporter,owner,description,type,status,priority,component,resolution,keywords,cc,component_version,os,os_version 4028,Incorrect usages of memset function,Dmytro Gorbunov,,"We've detected following issues in sources from https://filezilla.svn.sourceforge.net/svnroot/filezilla/FileZilla Server/trunk/... 1. File: FileZilla Server/source/Interface/misc/ProcessorInfo.h: 247: MEMORYSTATUS memoryStatus; 248: 249: memset (&memoryStatus, sizeof (MEMORYSTATUS), 0); 250: memoryStatus.dwLength = sizeof (MEMORYSTATUS); Line 249 should be 249: memset (&memoryStatus, 0, sizeof (MEMORYSTATUS)); 2. The same issue in File: FileZilla Server/source/misc/ProcessorInfo.h Regards, Dmytro Gorbunov Leader of SaveSources team http://savesources.com ",Bug report,closed,normal,FileZilla Server,fixed,memset,,,Windows,