Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 85162 invoked from network); 22 Jan 2010 13:47:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 13:47:54 -0000 Received: (qmail 14202 invoked by uid 500); 22 Jan 2010 13:47:54 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 14157 invoked by uid 500); 22 Jan 2010 13:47:53 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 14148 invoked by uid 99); 22 Jan 2010 13:47:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 13:47:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 13:47:42 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8C19729A0012 for ; Fri, 22 Jan 2010 05:47:21 -0800 (PST) Message-ID: <1874653673.3891264168041569.JavaMail.jira@brutus.apache.org> Date: Fri, 22 Jan 2010 13:47:21 +0000 (UTC) From: =?utf-8?Q?Olivier_Mengu=C3=A9_=28JIRA=29?= To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-1439) AIX: axutil_uuid_get_mac_addr() returns NULL => uuid with zeroes In-Reply-To: <220252399.393111264069314672.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-1439?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D128= 03697#action_12803697 ]=20 Olivier Mengu=C3=A9 commented on AXIS2C-1439: ---------------------------------------- The RFC 4122 (which describes UUID) advice to use cryptographic level rando= m data instead of MAC address. http://tools.ietf.org/html/rfc4122#page-15 The Apache Portable Runtime has such an implementation under Apache License= 2.0 http://svn.apache.org/repos/asf/apr/apr/trunk/crypto/getuuid.c > AIX: axutil_uuid_get_mac_addr() returns NULL =3D> uuid with zeroes > ---------------------------------------------------------------- > > Key: AXIS2C-1439 > URL: https://issues.apache.org/jira/browse/AXIS2C-1439 > Project: Axis2-C > Issue Type: Bug > Components: platforms/unix > Affects Versions: 1.6.0, 1.7.0, Current (Nightly) > Environment: AIX 5.3 > Reporter: Olivier Mengu=C3=A9 > > axutil_uuid_get_mac_addr() return NULL on AIX 5.3. > The axutil_uuid_get_mac_addr() implementation is the default one (neither= HAVE_LINUX_IF_H or HAVE_GETIFADDRS defined). > Note that the case of axutil_uuid_get_mac_addr() returning NULL is not ha= ndled in axutil_uuid_gen_v1(), so invalid memory access occurs. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.