# DF-0618 — Low-severity source-confirmation

**Verdict:** REPRODUCED

**Impact:** dos   **Confidence:** likely

**Kernel ref:** `netproto/802_11/wlan/ieee80211_wds.c:336`

## Mechanism / why
Source-confirmed: ieee80211_dwds_discover passes ((ni_intval*ic_lintval)<<2)/1024 (u_int) to ieee80211_ageq_append; large intervals overflow. wlan (GENERIC).

## Recommended fix
Cast the multiply to uint64_t before the shift.

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