This is an archive of the discontinued LLVM Phabricator instance.

Introduce new type for inteceptors UINTMAX_T
ClosedPublic

Authored by krytarowski on Aug 22 2018, 8:39 AM.

Details

Summary

The UINTMAX_T type will be used in new interceptors.

While there, correct the type of strtoumax(3) from INTMAX_T to UINTMAX_T.

Original patch from Yang Zheng.

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Aug 22 2018, 8:39 AM
vitalybuka accepted this revision.Aug 28 2018, 1:23 PM

May I ask you to create trivial positive test for this function in sanitizer_common?

This revision is now accepted and ready to land.Aug 28 2018, 1:23 PM

Do you mean a test for strtoumax(3)?

I will prepare a test and submit as a new revision to review.

This revision was automatically updated to reflect the committed changes.