diff options
Diffstat (limited to 'lib/asan/asan_report.h')
-rw-r--r-- | lib/asan/asan_report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asan/asan_report.h b/lib/asan/asan_report.h index 5ebfda693d0ca..5a3533a319afd 100644 --- a/lib/asan/asan_report.h +++ b/lib/asan/asan_report.h @@ -23,6 +23,7 @@ struct StackVarDescr { uptr size; const char *name_pos; uptr name_len; + uptr line; }; // Returns the number of globals close to the provided address and copies |