From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyFph-0004QM-Nu for guix-patches@gnu.org; Wed, 12 Apr 2017 06:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyFpe-0007Qp-O9 for guix-patches@gnu.org; Wed, 12 Apr 2017 06:49:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45589) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyFpe-0007Qk-KH for guix-patches@gnu.org; Wed, 12 Apr 2017 06:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyFpe-0001r9-Aa for guix-patches@gnu.org; Wed, 12 Apr 2017 06:49:02 -0400 Subject: bug#26462: Fix crashes in programs using system ICU Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyFp5-0004Od-Q1 for guix-patches@gnu.org; Wed, 12 Apr 2017 06:48:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyFp2-0007Lb-PP for guix-patches@gnu.org; Wed, 12 Apr 2017 06:48:27 -0400 Received: from mail.lassieur.org ([83.152.10.219]:45088) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cyFp2-0007Kn-Cn for guix-patches@gnu.org; Wed, 12 Apr 2017 06:48:24 -0400 Received: from rodion (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 67ecff65 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 12 Apr 2017 10:48:21 +0000 (UTC) From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Wed, 12 Apr 2017 12:48:20 +0200 Message-ID: <878tn5vr4b.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26462@debbugs.gnu.org The first patch fixes system ICU. This allows Icecat to use system ICU without crashing, and it also fixes crashes in 0ad, which I'm working on.