Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible out of range slice access in DrayTek client
The bitloading and SNR data slices are initially sized to match the current DSL mode. However, the device may report additional zero values at the end (for example for VDSL2 profile 30a). Ignore those to avoid out of range writes to the data slices.
- Loading branch information