mirror of
https://github.com/ianlancetaylor/libbacktrace.git
synced 2026-04-04 00:19:06 +08:00
2
pecoff.c
2
pecoff.c
@@ -727,7 +727,7 @@ coff_add (struct backtrace_state *state, int descriptor,
|
|||||||
goto fail;
|
goto fail;
|
||||||
syms_view_valid = 1;
|
syms_view_valid = 1;
|
||||||
|
|
||||||
memcpy (&str_size, syms_view.data + syms_size, 4);
|
str_size = coff_read4 (syms_view.data + syms_size);
|
||||||
|
|
||||||
str_off = syms_off + syms_size;
|
str_off = syms_off + syms_size;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user