[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] cleanup for __start_xen()
I wrote: > Xiao Guangrong writes ("[Xen-devel] [PATCH] cleanup for __start_xen()"): > > - if ( !initial_images_start && (s < e) && > > + if ( !initial_images_start && > > This is wrong. s and e are uint64_t so if !(s < e), (e-s) will be > large and positive. I see this has already been applied (20523). It should be reverted, I think. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |