Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2014 12:26:01 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Don Lewis <truckman@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r265363 - head/sys/kern
Message-ID:  <201405051226.01182.jhb@freebsd.org>
In-Reply-To: <201405051559.s45FxViA065500@svn.freebsd.org>
References:  <201405051559.s45FxViA065500@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405051226.01182.jhb>