Re: [Xen-devel] [PATCH 3/5] ns16550: widen an integer constant for Coverity.

2016-01-06 Thread Jan Beulich
>>> On 04.01.16 at 17:36, wrote: > On Mon, 2015-12-28 at 00:16 -0500, Joshua Otto wrote: >> Fix CID 1343302 by widening a constant used with uart_param.reg_shift to >> avoid overflow for large values of reg_shift. > > A reg_shift large enough to actually expose this would be infeasibly large > (s

Re: [Xen-devel] [PATCH 3/5] ns16550: widen an integer constant for Coverity.

2016-01-04 Thread Ian Campbell
On Mon, 2015-12-28 at 00:16 -0500, Joshua Otto wrote: Please check MAINTAINERS (perhaps using ./scripts/get_maintainers.pl) to determine the maintainers in order to CC them. (Hrm, I see now in your cover letter you have, I wonder why Jan et al are missing?) > From: Harley Armstrong > > Fix CID