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 CA86F18AD2 for ; Sat, 3 Oct 2015 10:48:26 +0000 (UTC) Received: (qmail 68367 invoked by uid 500); 3 Oct 2015 10:48:26 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 68339 invoked by uid 500); 3 Oct 2015 10:48:26 -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 68330 invoked by uid 500); 3 Oct 2015 10:48:26 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 68326 invoked by uid 99); 3 Oct 2015 10:48:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2015 10:48:26 +0000 Date: Sat, 3 Oct 2015 10:48:26 +0000 (UTC) From: "Bjoern Petri (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CELIX-264) Missing strdup leads to invalid free MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bjoern Petri created CELIX-264: ---------------------------------- Summary: Missing strdup leads to invalid free Key: CELIX-264 URL: https://issues.apache.org/jira/browse/CELIX-264 Project: Celix Issue Type: Bug Components: Remote Service Admin Reporter: Bjoern Petri Assignee: Bjoern Petri Priority: Minor When falling back to the DEFAULT_IP in RSA/Discovery now string copy is done. This leads to an invalid free call when destroying the bundle. -- This message was sent by Atlassian JIRA (v6.3.4#6332)