bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/4] exec: Properly preallocate address space


From: Samuel Thibault
Subject: Re: [PATCH 4/4] exec: Properly preallocate address space
Date: Mon, 3 Jul 2023 01:48:13 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Hello,

Sergey Bugaev, le lun. 26 juin 2023 02:11:37 +0300, a ecrit:
> @@ -1297,17 +1274,6 @@ do_exec (file_t file,
>        finish (&interp, 1);
>      }
>  
> -
> -  /* Leave room for mmaps etc. before PIE binaries.
> -   * Could add address randomization here.  */
> -  anywhere_start += 128 << 20;

This doesn't seem to appear any more in the result?

We need this area for mmap to go somewhere that hopefully doesn't
conflict with the brk.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]