From f787daa3d7e040577d2adc840b998dbf7b01f5b7 Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Tue, 28 Jul 2026 18:39:28 +0000 Subject: packer: Mark root descriptor with DATA_ROOT Signed-off-by: Chloe M. --- core/rdar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core/rdar.c') diff --git a/core/rdar.c b/core/rdar.c index 4482f02..ba67c69 100644 --- a/core/rdar.c +++ b/core/rdar.c @@ -268,6 +268,7 @@ idata_push_root(void) desc = &root->data; desc->length = sizeof(struct root_data_region); + desc->flags = DATA_ROOT; IDATA_PUSH(root); return 0; } -- cgit v1.2.3