[dpdk-dev] [PATCH] examples/exception_path: fix shift operation in lcore setup

2016-08-04 Thread Ferruh Yigit
On 8/3/2016 12:44 PM, Daniel Mrzyglod wrote: > The operaton may have an undefined behavior or yield to an unexpected result. > A bit shift operation has a shift amount which is too large or has a negative > value. > > Coverity issue: 30688 > Fixes: ea977ff1cb0b ("examples/exception_path: fix shif

[dpdk-dev] [PATCH] examples/exception_path: fix shift operation in lcore setup

2016-08-03 Thread Daniel Mrzyglod
The operaton may have an undefined behavior or yield to an unexpected result. A bit shift operation has a shift amount which is too large or has a negative value. Coverity issue: 30688 Fixes: ea977ff1cb0b ("examples/exception_path: fix shift operation in lcore setup") The previous patch forget t