search for: 56532421

Displaying 2 results from an estimated 2 matches for "56532421".

Did you mean: 51532401
2009 Oct 19
0
[LLVMdev] JIT and security
On Oct 18, 2009, at 1:46 PM, Oleg Knut wrote: > Hello, > > I'm writing JIT compiler that will run a third party code. My goal is > to build it with security layer that will allow me to prevent some > basic operation that possibly can harm JIT application host computer. > > Maybe some of you can guide me on how to do following operations: > 1) prevent system calls >
2009 Oct 18
5
[LLVMdev] JIT and security
Hello, I'm writing JIT compiler that will run a third party code. My goal is to build it with security layer that will allow me to prevent some basic operation that possibly can harm JIT application host computer. Maybe some of you can guide me on how to do following operations: 1) prevent system calls 2) memory allocation management (set some limits that can't be used by JIT)