fix: add null check for avatar pointer before dereference in user profile loader

This commit is contained in:
2026-02-10 03:29:48 +00:00
parent 6b64e96abe
commit 6574db64e1
56 changed files with 13679 additions and 1844 deletions
+2
View File
@@ -32,6 +32,8 @@ SRC_TOOLS = $(TOOLSDIR)/tools_init.c \
$(TOOLSDIR)/tool_code.c \
$(TOOLSDIR)/tool_file_edit.c \
$(TOOLSDIR)/tool_system.c \
$(TOOLSDIR)/tool_enterprise.c \
$(TOOLSDIR)/tool_research.c \
$(TOOLSDIR)/tool_network.c \
$(TOOLSDIR)/tool_dns.c \
$(TOOLSDIR)/tool_automation.c \