From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9351 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Re: dynlink.c: bug in reclaim_gaps leading to segfault in __libc_exit_fini Date: Wed, 17 Feb 2016 10:46:23 -0800 Message-ID: <20160217184621.GA3818@newbook> References: <20160216215550.GC9915@port70.net> <20160217090327.4c6b5790@vostro.util.wtbts.net> <20160217152504.GD9349@brightrain.aerifal.cx> <20160217181429.GE9915@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1455734812 2222 80.91.229.3 (17 Feb 2016 18:46:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Feb 2016 18:46:52 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9364-gllmg-musl=m.gmane.org@lists.openwall.com Wed Feb 17 19:46:47 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aW77b-0004eQ-LS for gllmg-musl@m.gmane.org; Wed, 17 Feb 2016 19:46:43 +0100 Original-Received: (qmail 23843 invoked by uid 550); 17 Feb 2016 18:46:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 23821 invoked from network); 17 Feb 2016 18:46:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=e+3YGK7eIvKacQFd4jqt3hQ8jCZqkhmQT+aBtPg/2Sg=; b=gHHaS/PlQkS2qI86QrVBF2r9/qQqWfDF7qLuv3Dn34Udzrh/eb1FKJJUKSN66f+rfj /gD49FEXxnKkc3iyIaFI/3n+F8uCItV0ABu4y89XizckdUuwsuh2rfHo1pELtLGZPi0T cFdhsDk6FAqruZPecQJGFSoVVclrHGHSHbCNkAR4CICPlQhunXmTOF5YXM6jDy+l9v2t ISWrxY7mmtwB66lqqIi+rIxsysTLCYWAC9Rl83xb/CfDw+fJdECmHmV+EdZwPD6BUvxD 5fgy1lG89EPxE0dqFtRf5iCw6yI5wbqr1ECMsuTzJk8VYb02S2zMReflwialeWsNjKhu ZNpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=e+3YGK7eIvKacQFd4jqt3hQ8jCZqkhmQT+aBtPg/2Sg=; b=dG8FYtS8kG3wWa9//BMLtVn7SojrZB1HikgKizmcWon+YIel4gaToCaT1xXIlIo3XW bOgtSko+d04vxIw92Zgh/ecxaeCDJJtIFaRiJrA4vBbobT+dW2oEMU5ruOfDk6nwaD0W BjIN0UxZMeE2HE9X/NjJntBELnaPZZjSGxX3L1rUW3oZF0fhoTppPMOdHd0Qlg3Fg+5Q zSuuzKpkLH3SPsUBsEfM6dhf3ayxR7T5LELtzHCgrL7rOY9IagL6pCRTq1TPrERh0y7w UAOKDHE8OtOTl6dzgKZGRLQ3Escq332XjDcmZNnUGEAUcrG/VBye1R8b9H1D1+oBL9hg gmTA== X-Gm-Message-State: AG10YOSsgM2ZHzqmdxAvGOB2dMMBorhschcEXxUhCzwQUpJe4Vy0+cnUCzDWTdRBscZYFQ== X-Received: by 10.98.16.86 with SMTP id y83mr4216466pfi.45.1455734787447; Wed, 17 Feb 2016 10:46:27 -0800 (PST) Content-Disposition: inline In-Reply-To: <20160217181429.GE9915@port70.net> User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9351 Archived-At: On Wed, Feb 17, 2016 at 07:14:30PM +0100, Szabolcs Nagy wrote: > * Hugues Bruant [2016-02-17 12:34:30 -0500]: > > > Have you sent a patch upstream? > > > > > https://github.com/aerofs/libdmg-hfsplus/commit/ab55551b3ebf196a2a8f35a1e8a1fee95a0c5508 > > > > On a related note, how should I go about submitting this package for > > inclusion in the Alpine repo? > > use the mailing lists: > http://alpinelinux.org/community/ Specifically, send a patch adding it to testing/ in the aports tree to the alpine-aports mailing list. http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package is a more complete overview, although the reference to alpine-devel is out of date. (alpine-aports has Patchwork watching it.) If you have more questions, ask on that mailing list. HTH, Isaac Dunham