diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-11-29 01:21:46 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-29 18:24:53 +0100 |
commit | d0eec99ce50baa5cc2ac02363cdb2a771ed4e1e2 (patch) | |
tree | 435b232daf15193124f2365882f5068b812e4449 /lib/prio_tree.c | |
parent | fix up ext2_fs.h for userspace after reservations backport (diff) | |
download | linux-d0eec99ce50baa5cc2ac02363cdb2a771ed4e1e2.tar.xz linux-d0eec99ce50baa5cc2ac02363cdb2a771ed4e1e2.zip |
hexdump: don't print bytes with bit 7 set
As Herbert Xu pointed out, bytes (chars) with bit 7 (0x80) set are true
with isprint() but they may not be isascii() but be Unicode instead, so
don't try to print them in hex dumps.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/prio_tree.c')
0 files changed, 0 insertions, 0 deletions