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
@@ -3,6 +3,4 @@ TASK: Fetch data from https://jsonplaceholder.typicode.com/users, process it to
Loading...
-> Fetching URL: https://jsonplaceholder.typicode.com/users
-> Executing SQL: CREATE TABLE IF NOT EXISTS bench_users (id INTEGER PRIMARY K...
-> Executing SQL: CREATE TABLE IF NOT EXISTS bench_users (id INTEGER PRIMARY K...
The data from https://jsonplaceholder.typicode.com/users has been fetched, processed to extract names and emails, stored in the local SQLite table 'bench_users', and exported to 'data_export.csv'.