This is an archive of the discontinued LLVM Phabricator instance.

Do not assume RLIM_INFINITY is always (rlim_t)-1in sanitizers code
ClosedPublic

Authored by kutuzov.viktor.84 on Sep 5 2014, 4:54 AM.

Details

Summary

On FreeBSD it is defined as:

#define RLIM_INFINITY ((rlim_t)(((uint64_t)1) << 63) - 1))

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to Do not assume RLIM_INFINITY is always (rlim_t)-1in sanitizers code.
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 subscribers: Unknown Object (MLST), emaste.
samsonov accepted this revision.Sep 5 2014, 1:19 PM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 5 2014, 1:19 PM
Diffusion closed this revision.Sep 6 2014, 1:02 AM
Diffusion updated this revision to Diff 13358.

Closed by commit rL217308 (authored by vkutuzov).