Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D8DC18FBD for ; Mon, 25 Apr 2016 08:00:23 +0000 (UTC) Received: (qmail 62071 invoked by uid 500); 25 Apr 2016 08:00:23 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 62028 invoked by uid 500); 25 Apr 2016 08:00:23 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 62013 invoked by uid 500); 25 Apr 2016 08:00:22 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 62007 invoked by uid 99); 25 Apr 2016 08:00:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 08:00:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C93032C1F54 for ; Mon, 25 Apr 2016 08:00:22 +0000 (UTC) Date: Mon, 25 Apr 2016 08:00:22 +0000 (UTC) From: "Gabriele Ricciardi (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CELIX-357) Coverity Medium Impact issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gabriele Ricciardi created CELIX-357: ---------------------------------------- Summary: Coverity Medium Impact issues Key: CELIX-357 URL: https://issues.apache.org/jira/browse/CELIX-357 Project: Celix Issue Type: Bug Reporter: Gabriele Ricciardi Attachments: celix_coverity_medium_impact_fixes.patch Coverity reports many issues related to code quality, error checking, memory leaks and so on. They are classified depending on the possible operational impact for the application. Attached a patch that fixes (or at least try to ) the reported issues classified as Medium Impact issues. Apply the patch with git apply --whitespace=fix. P.s. The patch may look huge, but the biggest part is just correct re-indentation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)