Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id CF925431FC0 for ; Sat, 4 Jan 2014 04:54:05 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VvAUrZxaYTQb for ; Sat, 4 Jan 2014 04:53:59 -0800 (PST) Received: from danbala.ifoer.tuwien.ac.at (danbala.ifoer.tuwien.ac.at [128.130.168.64]) by olra.theworths.org (Postfix) with ESMTP id 8D820431FBD for ; Sat, 4 Jan 2014 04:53:59 -0800 (PST) Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id ECE79390DA4; Sat, 4 Jan 2014 13:53:58 +0100 (CET) Date: Sat, 4 Jan 2014 13:53:58 +0100 From: Thomas Klausner To: Jani Nikula Subject: Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem Message-ID: <20140104125358.GW27614@danbala.tuwien.ac.at> References: <20140103214735.GG27614@danbala.tuwien.ac.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Mailman-Approved-At: Sat, 04 Jan 2014 05:00:00 -0800 Cc: Notmuch Mail X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jan 2014 12:54:05 -0000 On Sat, Jan 04, 2014 at 02:46:37PM +0200, Jani Nikula wrote: > I guess we should look at realpath() compatibility, but in fairness passing > NULL for the second parameter is according to POSIX.1-2008, not glibc > extension. Ah, interesting. I can file a bug report with NetBSD about that, but in the meantime, it causes a coredump. :| Thanks, Thomas