From a75a33e6d3cc5f3f29465ee10e60c29ef95269bf Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Fri, 19 Sep 2025 14:25:14 -0700 Subject: [PATCH] minor fix for UBA detour --- src/linker/lnk_debug_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/linker/lnk_debug_info.c b/src/linker/lnk_debug_info.c index 0aeb62c5..b209ee00 100644 --- a/src/linker/lnk_debug_info.c +++ b/src/linker/lnk_debug_info.c @@ -550,6 +550,7 @@ lnk_make_code_view_input(TP_Context *tp, TP_Arena *tp_arena, LNK_IO_Flags io_fla // push null CV_TypeServerInfoNode *null_ts_info = push_array(scratch.arena, CV_TypeServerInfoNode, 1); + null_ts_info->data.name = str8_lit("\0"); SLLQueuePush(ts_info_list.first, ts_info_list.last, null_ts_info); ++ts_info_list.count;