Skip to content

Commit

Permalink
Merge pull request #22124 from vrabaud:3.4_sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Jun 19, 2022
2 parents db5b22e + 0d52c37 commit 711b136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/hal_internal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#if defined(__clang__) && defined(__has_feature)
#if __has_feature(memory_sanitizer)
#define CV_ANNOTATE_MEMORY_IS_INITIALIZED(address, size) \
__msan_unpoison(adresse, size)
__msan_unpoison(address, size)
#endif
#endif
#ifndef CV_ANNOTATE_MEMORY_IS_INITIALIZED
Expand Down

0 comments on commit 711b136

Please sign in to comment.