Your message dated Wed, 14 Sep 2011 18:47:58 +0000
with message-id <e1r3uv4-0006mq...@franck.debian.org>
and subject line Bug#633704: fixed in uni2ascii 4.18-2
has caused the Debian Bug report #633704,
regarding horrible Segmentation fault
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
633704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633704
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
X-Debbugs-Cc: billpo...@alum.mit.edu
Package: uni2ascii
Version: 4.18-1
Severity: important
File: /usr/bin/ascii2uni

There is a horrible Segmentation fault.

You won't notice it if you use a pipe to wc(1).

Capturing into files produce differing results, but all are obviously
different buffer sizes when the fault hits.
$ factor 8192 24576 16384
8192: 2 2 2 2 2 2 2 2 2 2 2 2 2
24576: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
16384: 2 2 2 2 2 2 2 2 2 2 2 2 2 2

Here we go,

$ wget http://www.flickr.com/help/appgarden/
$ ascii2uni -a Y index.html|wc
ascii2uni: unknown HTML/HDML character entity "&self;" at line 28
      0       0       0
$ ascii2uni -a Y index.html
...<link rel="shortcut icon" type="image/ico" 
href="http://l.yimg.com/g/favicon.ico";>

ascii2uni: unknown HTML/HDML character entity "&self;" at line 28
Segmentation fault

$ echo "&self;"|ascii2uni -a Y
ascii2uni: unknown HTML/HDML character entity "&self;" at line 1
�
0 tokens converted
1 token replaced with Unicode Replacement Character
$ echo "&self_"|ascii2uni -a Y
ascii2uni: unknown HTML/HDML character entity "&self;" at line 1
Segmentation fault
$ echo "&selfzzz_"|ascii2uni -a Y
ascii2uni: unknown HTML/HDML character entity "&selfzzz;" at line 1
Segmentation fault

Yes you could say I shouldn't be feeding the program URIs which look
like they contain entities.

But still it is no fair to Segmentation fault.

Yes I wish there was a program that could tell it was inside a URI, but
that is a different topic. (I'm converting webpages for offline reading
on my ASCII (actually Big5) PDA.)



--- End Message ---
--- Begin Message ---
Source: uni2ascii
Source-Version: 4.18-2

We believe that the bug you reported is fixed in the latest version of
uni2ascii, which is due to be installed in the Debian FTP archive:

uni2ascii_4.18-2.debian.tar.gz
  to main/u/uni2ascii/uni2ascii_4.18-2.debian.tar.gz
uni2ascii_4.18-2.dsc
  to main/u/uni2ascii/uni2ascii_4.18-2.dsc
uni2ascii_4.18-2_amd64.deb
  to main/u/uni2ascii/uni2ascii_4.18-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 633...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kartik Mistry <kar...@debian.org> (supplier of updated uni2ascii package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 14 Sep 2011 22:56:54 +0530
Source: uni2ascii
Binary: uni2ascii
Architecture: source amd64
Version: 4.18-2
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry <kar...@debian.org>
Changed-By: Kartik Mistry <kar...@debian.org>
Description: 
 uni2ascii  - UTF-8 to 7-bit ASCII and vice versa converter
Closes: 633704
Changes: 
 uni2ascii (4.18-2) unstable; urgency=low
 .
   * Check for partially-matched sscanf() patterns and consume an appropriate
     number of characters. Thanks to Benjamin Kaduk <ka...@mit.edu> for patch.
     (Closes: #633704)
   * debian/rules:
     + Added missing recommended targets
   * debian/copyright:
     + Updated to latest DEP-5 specification
     + Added license text for debian/* files
Checksums-Sha1: 
 f0e74d93e7ddd34d4d4198c64200ad9eeabcfa0c 1047 uni2ascii_4.18-2.dsc
 cbfd381ffdc4a8d13b7a82611fac95ae4c765230 5756 uni2ascii_4.18-2.debian.tar.gz
 cdb031b3f5c0b6a53ef635e0d0b4e8e61aa18fcf 60062 uni2ascii_4.18-2_amd64.deb
Checksums-Sha256: 
 a87e39411abfe2da0ee8cd3b00f8e7770356f777dd3fb677277e75e88f0c0f6e 1047 
uni2ascii_4.18-2.dsc
 768f60885642c63cd116b6085e704356f9ed9473f17b1898fc4cedbd85d24596 5756 
uni2ascii_4.18-2.debian.tar.gz
 38e13f79e3b2ce2b89c667a50e7386699c340f550ad026c9c2dc7f4e78b2bf0c 60062 
uni2ascii_4.18-2_amd64.deb
Files: 
 b4429630eeadcbb8d05a07f5b5349fed 1047 text optional uni2ascii_4.18-2.dsc
 fdb788822ee8b7e3d98068da54308573 5756 text optional 
uni2ascii_4.18-2.debian.tar.gz
 cb7e2f91c0fab11f7e5b50e993ce7424 60062 text optional uni2ascii_4.18-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5w9KgACgkQoRg/jtECjI1+ggCglpaBEnpJVbldbhJ72/BzmyZv
aPkAnR1Y7FZYs/xllRhu54EplMk9+XBn
=Qg7I
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to