Comment 8 for bug 10387

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 18 Nov 2004 10:28:45 +0200
From: Modestas Vainius <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: The segfault is caused by the bug in the "it" translation

--===============0717546257==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: sed
Version: 4.1.2-4
Followup-For: Bug #281686

The bug can be reproduced by running:

LANGUAGE=it sed --help

in non-it locales. I've made a patch which fixes the bug.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (499, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-mdx-mdx
Locale: LANG=lt_LT, LC_CTYPE=lt_LT (charmap=ISO-8859-13)

Versions of packages sed depends on:
ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an

-- no debconf information

--===============0717546257==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="it.patch"

diff -uNr sed-4.1.2/po/it.po sed-4.1.2.new/po/it.po
--- sed-4.1.2/po/it.po 2004-08-22 12:21:54.000000000 +0300
+++ sed-4.1.2.new/po/it.po 2004-11-18 10:02:44.000000000 +0200
@@ -298,7 +298,7 @@
 "continuous\n"
 " long stream.\n"
 msgstr ""
-"%s -s, --separate\n"
+" -s, --separate\n"
 " considera i file di input come separati invece che come un\n"
 " unico file lungo.\n"

--===============0717546257==--