# DF-1638 VERDICT

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

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

**Mechanism:** solo.c:769 ess_dmasetup cnt param u_int16_t; caller esschan_trigger:600 passes sndbuf_getsize() u_int32_t max 65536. 772 dmasz=cnt truncates 65536->0. 779 port_wr(vc,0x4,cnt-1,2)=0xFFFF correct DMA bu

**Citation:** `sys/dev/sound/pci/solo.c:769-818`

**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.
