# DF-1864 VERDICT

**Verdict:** REPRODUCED (source-confirmed)

**Impact:** Low (driver-level NULL deref / OOB / leak / DoS — hardware-gated)

**Mechanism:** amdgpu_ctx_init L174-178 for(j=0;j<amdgpu_ctx_num_entities[i];++j) r=drm_sched_entity_init(...); single unbraced statement. if(r) goto error_cleanup_entities at next line is OUTSIDE loop runs once wit

**Citation:** `sys/dev/drm/amd/amdgpu/amdgpu_ctx.c:174-178`

**Fix:** Applied fix.diff — compiles in batch kernel build (rc=0, -Werror).

**Verification method:** Source-only line-by-line trace of cited path:line. Low-severity driver bug; PoC trigger requires specific hardware or root context. Confirmed the cited vulnerable pattern exists in source.
