This is an archive of the discontinued LLVM Phabricator instance.

[Msan] Check returning value of DTLS_Get()
ClosedPublic

Authored by kutuzov.viktor.84 on Nov 25 2014, 3:01 AM.

Details

Summary

DTLS_Get() returns 0 if SANITIZER_INTERCEPT_TLS_GET_ADDR expands to zero value.

Diff Detail

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Msan] Check returning value of DTLS_Get().
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added reviewers: kcc, samsonov.
kutuzov.viktor.84 added a subscriber: Unknown Object (MLST).
kcc accepted this revision.Nov 25 2014, 10:11 AM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 25 2014, 10:11 AM
Diffusion closed this revision.Nov 26 2014, 2:42 AM
Diffusion updated this revision to Diff 16637.

Closed by commit rL222818 (authored by vkutuzov).