aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h
blob: 2c2562fa05d47dece0e7d40ffa1200cb321d087a (plain) (tree)
1
2
3
4
5
6
7
8
                                                                                                                       
                                                                                        
                                            



                                              
                                                                    


                                                                                
                                              

                                           


                                                   


                                                                               
--- base/allocator/partition_allocator/src/partition_alloc/address_space_randomization.h.orig	2024-05-21 18:07:39 UTC
+++ base/allocator/partition_allocator/src/partition_alloc/address_space_randomization.h
@@ -38,7 +38,7 @@ AslrMask(uintptr_t bits) {
 
 #if defined(ARCH_CPU_64_BITS)
 
-  #if defined(MEMORY_TOOL_REPLACES_ALLOCATOR)
+  #if defined(MEMORY_TOOL_REPLACES_ALLOCATOR) && !BUILDFLAG(IS_BSD)
 
     // We shouldn't allocate system pages at all for sanitizer builds. However,
     // we do, and if random hint addresses interfere with address ranges
@@ -125,7 +125,7 @@ AslrMask(uintptr_t bits) {
         return AslrAddress(0x20000000ULL);
       }
     #elif defined(ARCH_CPU_ARM64)
-      #if BUILDFLAG(IS_LINUX)
+      #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 
       // Linux on arm64 can use 39, 42, 48, or 52-bit user space, depending on
       // page size and number of levels of translation pages used. We use