wpaul
029bb98d76
The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() is
...
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.
2004-03-24 05:35:03 +00:00
..
2004-03-23 22:28:16 +00:00
2004-03-20 21:06:20 +00:00
2004-03-20 20:41:40 +00:00
2004-03-14 09:43:15 +00:00
2004-02-28 12:59:56 +00:00
2004-02-21 21:32:15 +00:00
2004-03-22 22:46:22 +00:00
2004-03-23 18:26:03 +00:00
2004-03-22 20:11:49 +00:00
2004-01-27 18:57:21 +00:00
2004-02-29 09:55:32 +00:00
2004-03-24 05:35:03 +00:00
2004-03-14 23:28:12 +00:00
2004-03-18 07:17:10 +00:00
2004-03-11 18:02:36 +00:00
2004-03-17 17:50:55 +00:00
2004-03-22 00:28:38 +00:00
2004-03-21 01:41:29 +00:00
2004-03-17 17:50:55 +00:00
2004-03-11 16:33:11 +00:00
2004-03-23 01:58:09 +00:00
2004-03-12 21:45:33 +00:00
2004-03-20 22:41:52 +00:00
2004-03-22 16:04:43 +00:00
2004-03-16 19:25:55 +00:00
2004-03-22 04:54:36 +00:00
2004-03-12 21:45:33 +00:00
2004-03-22 01:15:28 +00:00
2004-03-22 16:04:43 +00:00
2004-03-10 04:56:54 +00:00
2004-02-16 17:09:53 +00:00
2004-03-01 03:14:23 +00:00
2004-01-25 17:18:12 +00:00
2004-03-01 03:14:23 +00:00
2004-03-14 02:06:28 +00:00
2004-03-01 03:14:23 +00:00
2004-03-11 18:02:36 +00:00
2004-03-17 21:10:20 +00:00
2004-03-14 06:21:56 +00:00
2004-03-05 22:42:17 +00:00
2004-03-17 17:50:55 +00:00
2004-03-17 17:50:55 +00:00
2004-03-19 23:20:23 +00:00
2004-02-03 22:27:03 +00:00
2004-03-23 18:26:03 +00:00
2004-03-14 06:21:56 +00:00
2004-02-29 15:33:56 +00:00
2004-03-23 23:20:34 +00:00
2004-03-22 19:57:34 +00:00
2004-02-05 22:51:16 +00:00
2004-03-16 22:06:32 +00:00
2004-03-23 08:37:34 +00:00
2004-01-17 03:28:27 +00:00