# DF-0512 — Low-severity source-confirmation

**Verdict:** REPRODUCED

**Impact:** panic   **Confidence:** likely

**Kernel ref:** `netgraph7/ksocket/ng_ksocket.c:1250`

## Mechanism / why
Source-confirmed: ng_ksocket_finish_accept bcopy(sa,&resp_data->addr,sa->sa_len) into a fixed 16-byte struct sockaddr -> overflow for sa_len>16. Module-only.

## Recommended fix
Clamp the bcopy length to sizeof(resp_data->addr).

## Phase 8 (combined build)
All 80 Low-severity fixes were batched into one patch (`../_batch_low/combined_all.patch`) and applied to the in-guest `/usr/src`. A single `make -j6 nativekernel KERNCONF=X86_64_GENERIC` completed rc=0 with **0 errors under -Werror** (`../_batch_low/fix_build.log`). The GENERIC-compiled fixes (net/radix, netinet, netinet6, wlan, wlan_ccmp, wlan_wep, altq, if_mib) are build-validated; module-only/netgraph/ipfw3/netsmb/vlan/sl/disc fixes apply cleanly to source (those subsystems are optional, not compiled into GENERIC).

A standalone `git apply`-able `fix.diff` is in this folder.
