Comment 5 for bug 1773354

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/43301
Committed: http://github.com/Juniper/contrail-controller/commit/7b3dfe05b30187ab47dd194e9810a3ea7b297125
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit 7b3dfe05b30187ab47dd194e9810a3ea7b297125
Author: Andrei Bunghez <email address hidden>
Date: Fri May 25 11:55:12 2018 +0000

Coverity issues in VmFlowRef constructor

Coverity reports the following issues in the VmFlowRef(const VmFlowRef &rhs) constructor:

Using uninitialized value this->fd_(59780)
Non-static class member fd_ is not initialized in this constructor nor in any functions that it calls.
Non-static class member port_ is not initialized in this constructor nor in any functions that it calls.
Non-static class member flow_ is not initialized in this constructor nor in any functions that it calls. (59794).

Change-Id: Iaf29a87a0adc4746559a1ca9ddf3ee4fc6e41136
Closes-Bug: #1773354