GNU bug report logs - #7915
Possible off-by-1 in wc

Previous Next

Package: coreutils;

Reported by: Sune Mølgaard <sune <at> molgaard.org>

Date: Wed, 26 Jan 2011 01:20:02 UTC

Severity: normal

Tags: notabug

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eric Blake <eblake <at> redhat.com>
To: Sune Mølgaard <sune <at> molgaard.org>
Cc: 7915 <at> debbugs.gnu.org
Subject: bug#7915: Possible off-by-1 in wc
Date: Tue, 25 Jan 2011 18:59:46 -0700
[Message part 1 (text/plain, inline)]
On 01/25/2011 06:18 PM, Sune Mølgaard wrote:
> sune <at> jekaterina:~$ echo Å|wc -m
> 2
> sune <at> jekaterina:~$ echo Å|wc -c
> 3
> sune <at> jekaterina:~$
> 
> Expected: 1 and 2 respectively.

Thanks for the report.  However, this is not a bug - echo is outputting
a newline (which is a second character, and third byte given the
encoding of your chosen character).

To see the difference, try:

$ echo Å | od -tx1z
0000000 c3 85 0a                                         >...<
0000003
$ printf Å | od -tx1z
0000000 c3 85                                            >..<
0000002

-- 
Eric Blake   eblake <at> redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 13 years and 292 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.