Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 49D76200C2C for ; Fri, 3 Mar 2017 16:58:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 486D4160B6D; Fri, 3 Mar 2017 15:58:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 97D43160B57 for ; Fri, 3 Mar 2017 16:58:07 +0100 (CET) Received: (qmail 91656 invoked by uid 500); 3 Mar 2017 15:58:06 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 91646 invoked by uid 99); 3 Mar 2017 15:58:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2017 15:58:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4199918E86C for ; Fri, 3 Mar 2017 15:58:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.8 X-Spam-Level: X-Spam-Status: No, score=-3.8 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-2.999, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=mailbox.org Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id m7uM3lUCNhWd for ; Fri, 3 Mar 2017 15:58:04 +0000 (UTC) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id CE6965F29C for ; Fri, 3 Mar 2017 15:58:03 +0000 (UTC) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 5613D43CEC for ; Fri, 3 Mar 2017 16:57:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:date:date:message-id:from:from:references:subject :subject:received; s=mail20150812; t=1488556670; bh=Q4sB7QZIZX4v PNGm7EOJNdX3+LnyM8CuguC31DJAr9M=; b=U5xNrcPLCjUHlqSmFPWh4KnBsYKF 65r/P37rieV5RmYPJVbbiRN9ulaZtVww78ryZvQWmNRHXlHOeeVdyiigqob/rIMG qlyk4CRIo6g3JiUnMrNdBV1SXjY62yMSVycJ64a7dOgZPqisgYgtlq1Bqmf2VBro wtugeX3jA43MXbc6nnNXa9zr6bn8+KlxXi2piXWu9xJnS/4oIll+sWjgLimOk2aB URqiUyRCogZpsWFT95yt6H97XE4PLDoLbZ9ku5gQztY5o0w76M+zGi0HT4FCjVoE tB5NdNJCusJJyMDBrEl8IdCd3PRRJ1+c1fyo1o1Qn59h8CRb3oHeSrYISA== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter02.heinlein-hosting.de (spamfilter02.heinlein-hosting.de [80.241.56.116]) (amavisd-new, port 10030) with ESMTP id v-9-qoxw4jbW for ; Fri, 3 Mar 2017 16:57:50 +0100 (CET) Subject: Re: Segfault in mod_xml2enc.c with big5 charset To: dev@httpd.apache.org References: From: Ewald Dieterich Message-ID: <6d5394a7-ba89-11d3-6ed2-10f214cc3c10@mailbox.org> Date: Fri, 3 Mar 2017 16:57:50 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Fri, 03 Mar 2017 15:58:08 -0000 On 05.12.2016 14:38, Ewald Dieterich wrote: > I have a segfault in mod_xml2enc.c, xml2enc_ffunc() when processing a > page with big5 charset. I have another crash at exactly the same location, this time with charset "euc-kr". mod_xml2enc is definitely not able to handle multi-byte charsets reliably.