Previous 199869 Revisions Next

r20160 Wednesday 9th January, 2013 at 19:12:31 UTC by Oliver Stöneberg
fixed unitialized memory in osd_file (nw)
[src/osd/windows]winfile.c

trunk/src/osd/windows/winfile.c
r20159r20160
103103      filerr = FILERR_OUT_OF_MEMORY;
104104      goto error;
105105   }
106   memset(*file, 0x00, sizeof(**file) + sizeof(TCHAR) * _tcslen(t_path));
106107
107108   if (win_check_socket_path(path))
108109   {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team