This is an archive of the discontinued LLVM Phabricator instance.

[scudo][standalone] Minor corrections
ClosedPublic

Authored by cryptoad on Aug 2 2019, 8:02 AM.

Details

Summary

Few corrections with no functional change:

  • replacing %zd with %zu all around: the values are unsigned
  • prefer MAP_ANONYMOUS to MAP_ANON (it's deprecated)
  • remove the unused enum LinkerInitialized
  • mark a parameter as UNUSED in Fuchsia's getRandom
  • correct the casing of a variable and use nullptr instead of 0 for pointers in list.h
  • reorder some typedef to be consistent between signed and unsigned

Diff Detail

Repository
rL LLVM

Event Timeline

cryptoad created this revision.Aug 2 2019, 8:02 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 2 2019, 8:02 AM
Herald added subscribers: Restricted Project, delcypher. · View Herald Transcript
This revision is now accepted and ready to land.Aug 2 2019, 10:09 AM
vitalybuka accepted this revision.Aug 2 2019, 11:19 AM
This revision was automatically updated to reflect the committed changes.