acl-plugin: fix coverity 177970-177973,178891, and incorrect reset of dot1q/dot1ad... 11/9611/7
authorAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 28 Nov 2017 21:14:16 +0000 (22:14 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 1 Dec 2017 09:59:09 +0000 (09:59 +0000)
commit47bcca2ec8b3fb21b099a4f19a260a4783068e63
tree682b31b2b6a49421f766c41a113dcc415ed24653
parent17fdae73a49ea95f2c7bc69bc6bb51f4ad9d0289
acl-plugin: fix coverity 177970-177973,178891, and incorrect reset of dot1q/dot1ad classifier mask

17797[1-3] have been a false positive in the optional debug CLI argument handling,
178891 was triggered by an unnecessary use of memcpy.
Also fix the issue reported by khers (thanks!) - since 178891 was in the same place.

Change-Id: I3a804e2b1d25d74c11fcc389020d2c1fd69902b2
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/acl/acl.c