[PATCH] atheros: fix glibc 'invalid pointer' error when WPA_TRACE is enabled

Jouni Malinen j
Sat Jun 25 05:42:27 PDT 2011


On Thu, Jun 09, 2011 at 11:48:46AM +0300, Baruch Siach wrote:
> diff --git a/src/drivers/driver_atheros.c b/src/drivers/driver_atheros.c
> @@ -1116,7 +1116,7 @@ atheros_get_we_version(struct atheros_driver_data *drv)
> -	free(range);
> +	os_free(range);

Thanks, applied.

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list