mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
variable length, so we should not be trying to copy it into a fixed length buffer, especially one on the stack. malloc() a buffer of the right size and return a pointer to that instead. Fixes a crash I discovered when testing whe a Cisco AP in infrastructure mode, which returns several information elements that make the ndis_wlan_bssid_ex structure larger than expected. |
||
|---|---|---|
| .. | ||
| if_ndis.c | ||
| if_ndis_pccard.c | ||
| if_ndis_pci.c | ||
| if_ndisvar.h | ||