Comment 9 for bug 1770142

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

Reviewed: https://review.opencontrail.org/42891
Committed: http://github.com/Juniper/contrail-common/commit/351374b697030ff9c03b1f6d6f9b25e9d86be8d2
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit 351374b697030ff9c03b1f6d6f9b25e9d86be8d2
Author: Anda Nicolae <email address hidden>
Date: Wed May 9 14:06:20 2018 +0300

Coverity issues in contrail-common repo

- Variable fp going out of scope leaks the storage it points to in misc_utils.cc:MiscUtils::GetPlatformInfo
- Missing return statement in t_cpp_generator.cc:generate_sandesh_base_name
- Missing return statement in sandesh_message_builder.cc:SandeshSyslogMessage::Parse
- Missing return statement in sandesh_server.cc:SandeshServer::Initialize

Change-Id: I02c25ec037c73a1d4e3024e257558a4f81310a49
Closes-Bug: #1770142
Signed-off-by: Anda Nicolae <email address hidden>