Skip to content

Commit 492089e

Browse files
Provide ErrorBadParamsToCopyContiguousContainerAnnotations a more cor… (#139870)
…rect 'reason' when constructing ErrorBase Co-authored-by: Tacet <[email protected]>
1 parent ca5d195 commit 492089e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/asan/asan_errors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ struct ErrorBadParamsToCopyContiguousContainerAnnotations : ErrorBase {
362362
u32 tid, BufferedStackTrace *stack_, uptr old_storage_beg_,
363363
uptr old_storage_end_, uptr new_storage_beg_, uptr new_storage_end_)
364364
: ErrorBase(tid, 10,
365-
"bad-__sanitizer_annotate_double_ended_contiguous_container"),
365+
"bad-__sanitizer_copy_contiguous_container_annotations"),
366366
stack(stack_),
367367
old_storage_beg(old_storage_beg_),
368368
old_storage_end(old_storage_end_),

0 commit comments

Comments
 (0)