You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_memory_map: guard descriptors pointer before indexing [0]
Copilot: avoid UB if num_descriptors >= 1 but descriptors is NULL.
Test 3 fails explicitly when num_descriptors==1 with NULL table;
Tests 4–9 FAIL as a block in that case instead of crashing.
Made-with: Cursor
0 commit comments