|
Message-ID: <alpine.LNX.2.20.1603102322080.24552@monopod.intra.ispras.ru> Date: Thu, 10 Mar 2016 23:25:12 +0300 (MSK) From: Alexander Monakov <amonakov@...ras.ru> To: musl@...ts.openwall.com Subject: Re: Memory management, how to protect some address space. On Thu, 10 Mar 2016, Rich Felker wrote: > exec does not make a new process; it replaces the program running in > the current process with a new one. There's actually a command line > too (I forget the name) to run a program with a particular personality > that calls personality() before execve(). setarch It has handy shortcuts like linux32 for switching to a 32-bit uname personality; in this case you'd use setarch --3gb or just setarch -3. Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.