svn commit: r326809 - head/sys/dev/cardbus

Rodney W. Grimes freebsd at pdx.rh.CN85.dnsmgr.net
Tue Dec 12 20:39:40 UTC 2017


> Author: imp
> Date: Tue Dec 12 20:22:09 2017
> New Revision: 326809
> URL: https://svnweb.freebsd.org/changeset/base/326809
> 
> Log:
>   1k objects on the stack are a bad idea. While it's likely safe in this
>   context, it's also safe to allocate the memory and free it instead.
>   
>   Noticed by: Eugene Grosbein's script

YEA!!!  One down, 20 to go and then see how the kstack issue does?

And thank you for quickly fixing this.

> Modified:
>   head/sys/dev/cardbus/cardbus_cis.c
> 
> Modified: head/sys/dev/cardbus/cardbus_cis.c
> ==============================================================================
> --- head/sys/dev/cardbus/cardbus_cis.c	Tue Dec 12 20:15:57 2017	(r326808)
> +++ head/sys/dev/cardbus/cardbus_cis.c	Tue Dec 12 20:22:09 2017	(r326809)
> @@ -583,7 +583,7 @@ int
>  cardbus_parse_cis(device_t cbdev, device_t child,
...

-- 
Rod Grimes                                                 rgrimes at freebsd.org


More information about the svn-src-all mailing list