wine/dlls/dbghelp
Ken Thomases c7a0d5f626 dbghelp: Avoid asserting on egregiously long stabs symbol names.
Some Mac libraries have symbols which are many thousands of characters long.
(Thank you, C++ templates!)  It doesn't seem worth it to accommodate those by
dynamically allocating the symbol name buffer, but we definitely don't want to
assert.  Just log an ERR.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-10 10:24:19 +02:00
..
tests
coff.c
cpu_arm.c
cpu_arm64.c
cpu_i386.c
cpu_x86_64.c
dbghelp.c
dbghelp.spec
dbghelp_private.h
dwarf.c
dwarf.h
elf_module.c
image.c
image_private.h
inflate.c
macho_module.c
Makefile.in
minidump.c
module.c
msc.c
path.c
pe_module.c
source.c
stabs.c
stack.c
storage.c
symbol.c
type.c
version.rc
wdbgexts.h
zlib.h