# DF-0532 — Low-severity source-confirmation

**Verdict:** REPRODUCED

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

**Kernel ref:** `netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c:1121`

## Mechanism / why
Source-confirmed: bt3c_download_firmware loops block->block_size words from data[] (block+1) with only an arglen>=sizeof(header) check; oversized block_size reads past the firmware buffer. Module-only.

## Recommended fix
Bounds-check the block data against firmware_size before the write loop.

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