dbghelp: Avoid asserting on egregiously long stabs symbol names.
commitc7a0d5f6266b9ca315558d4042a3c355baa1cf5c
authorKen Thomases <ken@codeweavers.com>
Wed, 9 Sep 2020 19:21:48 +0000 (9 14:21 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 10 Sep 2020 08:24:19 +0000 (10 10:24 +0200)
tree5b186beb14b96afc52c8d530d325605325adcdc2
parente64a2e112e12afbd64e27a9eee0acaa3f7dcaffd
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>
dlls/dbghelp/stabs.c