This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Correct name length computation for some Fuchsia vmos
ClosedPublic

Authored by cryptoad on Apr 11 2018, 9:28 AM.

Details

Summary

This was missed during the review of D38595, but the vmo name size computation
should use internal_strlen, not sizeof, otherwise we end up with 7 character
names.

Event Timeline

cryptoad created this revision.Apr 11 2018, 9:28 AM
Herald added subscribers: Restricted Project, delcypher, kubamracek. · View Herald TranscriptApr 11 2018, 9:28 AM
This revision is now accepted and ready to land.Apr 11 2018, 11:45 AM
This revision was automatically updated to reflect the committed changes.