mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
Skip directories when loading debug symbols.
This commit is contained in:
parent
e939206f90
commit
af1df43df8
@ -1214,7 +1214,8 @@ enum DbgInfoLoad DEBUG_LoadElfStabs(DBG_MODULE* module)
|
||||
|
||||
/* check that the file exists, and that the module hasn't been loaded yet */
|
||||
if (stat(module->module_name, &statbuf) == -1) goto leave;
|
||||
|
||||
if (S_ISDIR(statbuf.st_mode)) goto leave;
|
||||
|
||||
/*
|
||||
* Now open the file, so that we can mmap() it.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user