wine/dlls/dbghelp
Alex Henrie 00df1bea9a dbghelp: Allocate real_path with the CRT and copy it to the module heap.
Fixes both a memory leak and an alloc/free mismatch, and the module heap
is the most appropriate place to hold the variable long-term.
2023-06-27 11:58:05 +02:00
..
tests dbghelp/tests: Don't call SymSetExtendedOption() directly. 2023-06-26 20:20:27 +02:00
coff.c
cpu_arm.c
cpu_arm64.c
cpu_i386.c
cpu_x86_64.c
dbghelp.c dbghelp: Fix reading Wine loader's base address. 2023-06-23 11:28:19 +02:00
dbghelp.spec dbghelp: Create implementation basis for SymSrvGetFileIndex*(). 2023-06-20 20:29:48 +02:00
dbghelp_private.h dbghelp: Allocate real_path with the CRT and copy it to the module heap. 2023-06-27 11:58:05 +02:00
dwarf.c dbghelp: Remove superfluous casts to self. 2023-06-01 22:00:19 +02:00
dwarf.h
elf_module.c dbghelp: Fix vdso.so lookup. 2023-03-08 17:49:00 +01:00
image.c
image_private.h
macho_module.c
Makefile.in dbghelp: Reimplement EnumerateLoadedModules(). 2023-06-02 20:47:28 +02:00
minidump.c
module.c dbghelp: Allocate real_path with the CRT and copy it to the module heap. 2023-06-27 11:58:05 +02:00
msc.c dbghelp: Implement SymSrvGetFileIndexInfo for PDB files. 2023-06-26 16:49:45 +02:00
path.c dbghelp: Implement SymSrvGetFileIndexInfo for PDB files. 2023-06-26 16:49:45 +02:00
pe_module.c dbghelp: Allocate real_path with the CRT and copy it to the module heap. 2023-06-27 11:58:05 +02:00
source.c
stabs.c
stack.c
storage.c dbghelp: Allocate real_path with the CRT and copy it to the module heap. 2023-06-27 11:58:05 +02:00
symbol.c dbghelp: Create implementation basis for SymSrvGetFileIndex*(). 2023-06-20 20:29:48 +02:00
type.c
version.rc