On 8/3/23 22:20, Akihiko Odaki wrote:
+    if (reserved_va) {
+        if (ELF_ET_DYN_BASE < reserved_va) {
+            elf_et_dyn_base = ELF_ET_DYN_BASE;
+        } else {
+            /* The most common default formula is TASK_SIZE / 3 * 2. */
+            task_unmapped_base = TARGET_PAGE_ALIGN(reserved_va / 3) * 2;

This assigns a value to task_unmapped_base and that does not seem correct.


Gah, I fixed this on a different copy of my branch, then lost it.


r~

Reply via email to