Re: [Xen-devel] [PATCH v2 3/5] n16550: add sanity check for reg_shift

2016-01-24 Thread czylin
Quoting Jan Beulich : On 19.01.16 at 06:57, wrote: Fix CID 1343302 by adding checking a check on the value of reg_shift. This patch also rolls the multiplication by 8 into the shift. No functional changes. Suggested-by: Jan Beulich I don't think so. Signed-off-by: Chester Lin --- xen/d

Re: [Xen-devel] [PATCH v2 3/5] n16550: add sanity check for reg_shift

2016-01-19 Thread Jan Beulich
>>> On 19.01.16 at 06:57, wrote: > Fix CID 1343302 by adding checking a check on the value of reg_shift. > This patch also rolls the multiplication by 8 into the shift. > No functional changes. > > Suggested-by: Jan Beulich I don't think so. > Signed-off-by: Chester Lin > --- > xen/drivers/c

[Xen-devel] [PATCH v2 3/5] n16550: add sanity check for reg_shift

2016-01-18 Thread Chester Lin
Fix CID 1343302 by adding checking a check on the value of reg_shift. This patch also rolls the multiplication by 8 into the shift. No functional changes. Suggested-by: Jan Beulich Signed-off-by: Chester Lin --- xen/drivers/char/ns16550.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)