[PATCH] D41128: [scudo] Adding a public Scudo interface
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 13:08:18 PST 2017
cryptoad added a comment.
I should add here that this is required for programs wanting to set their RSS limit based on computations done at runtime due to hardware constraints or other factors.
>From a security perspective, this could have an impact if called with parameters controlled by a malicious user, or if set too low by a program (memory exhaustion exploitation is on the rise).
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41128
More information about the llvm-commits
mailing list