Description- fix some cases where we are using uninitialized memory
- use attribute 'no msan' on NativeEntry::ReturnValueIsError function
as msan doesn't seem to track the return slot being set by a native
function
- vsnprintf seems to have issues with msan so unpoison the allocated
memory buffer everytime vsnprintf is used to suppress the error.
BUG=
R=fschneider@google.com
Committed: https://github.com/dart-lang/sdk/commit/42c58c5c2de9232efd05080631cca08813f206b7
Patch Set 1 #Patch Set 2 : address self code review. #
Total comments: 2
Patch Set 3 : Fix lint issue. #
Messages
Total messages: 6 (2 generated)
|