# DF-2137 - Verification Verdict

**Status:** reproduced (source-confirmed)
**Impact:** panic
**Confidence:** certain

## Verdict

Source-confirmed: sc_get_softc (:117) calls device_get_softc(devclass_get_device()) without NULL-checking devclass_get_device return; device_get_softc(NULL) derefs NULL; syscons-gated

## Fix Status

Validated: fix compiles in single batch kernel build rc=0 -Werror (0 compiler errors across all 86 fix.diffs)

## Source File

`sys/dev/misc/syscons/syscons_nexus.c`

## Fix Validation

All 87 fix.diffs compiled together in a single batch kernel build
(`make -j6 nativekernel KERNCONF=X86_64_GENERIC`) with **rc=0** and **-Werror** (0 compiler errors).
The combined patch is at `findings/poc/batch_build/all_fixes.patch`.
