On Monday, May 05, 2014 11:59:31 am Don Lewis wrote:
> Author: truckman
> Date: Mon May  5 15:59:31 2014
> New Revision: 265363
> URL: http://svnweb.freebsd.org/changeset/base/265363
> 
> Log:
>   Avoid unsigned integer overflow which can cause
>   rman_reserve_resource_bound() to return incorrect results.
>   
>   Continue the initial search until the first viable region is found.
>   
>   Add a comment to explain the search termination test.
>   
>   PR:         kern/188534
>   Reviewed by:        jhb (previous version)
>   MFC after:  1 week
> 
> Modified:
>   head/sys/kern/subr_rman.c

Thanks for tracking this down!

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to