roken: windows opendir() initialize path buffer

Change-Id: If6ef39b3a7b256c78ecd7786cc939903f7823931
This commit is contained in:
Jeffrey Altman
2013-09-10 21:53:30 -04:00
parent 235119c23f
commit d78fe0c80a

@ -111,7 +111,7 @@ opendir(const char * path)
struct _finddata_t fd;
intptr_t fd_handle;
const char *filespec;
char path_buffer[1024];
char path_buffer[1024]="";
memset(&fd, 0, sizeof(fd));