Re: [iproute PATCH] macsec: fix input range of 'icvlen' parameter

2016-09-20 Thread Stephen Hemminger
On Fri, 9 Sep 2016 16:02:22 +0200 Davide Caratti wrote: > the maximum possible ICV length in a MACsec frame is 16 octects, not 32: > fix get_icvlen() accordingly, so that a proper error message is displayed > in case input 'icvlen' is greater than 16. > > Signed-off-by: Davide Caratti Applied

Re: [iproute PATCH] macsec: fix input range of 'icvlen' parameter

2016-09-09 Thread Sabrina Dubroca
2016-09-09, 16:02:22 +0200, Davide Caratti wrote: > the maximum possible ICV length in a MACsec frame is 16 octects, not 32: > fix get_icvlen() accordingly, so that a proper error message is displayed > in case input 'icvlen' is greater than 16. > > Signed-off-by: Davide Caratti Acked-by: Sabrin

Re: [iproute PATCH] macsec: fix input range of 'icvlen' parameter

2016-09-09 Thread Phil Sutter
On Fri, Sep 09, 2016 at 04:02:22PM +0200, Davide Caratti wrote: > the maximum possible ICV length in a MACsec frame is 16 octects, not 32: > fix get_icvlen() accordingly, so that a proper error message is displayed > in case input 'icvlen' is greater than 16. > > Signed-off-by: Davide Caratti Ac

[iproute PATCH] macsec: fix input range of 'icvlen' parameter

2016-09-09 Thread Davide Caratti
the maximum possible ICV length in a MACsec frame is 16 octects, not 32: fix get_icvlen() accordingly, so that a proper error message is displayed in case input 'icvlen' is greater than 16. Signed-off-by: Davide Caratti --- ip/ipmacsec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)