Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2010 08:37:56 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/145752: hexdump(1) - properly escaped " fails format check
Message-ID:  <201004160837.o3G8bu1T010528@www.freebsd.org>
Resent-Message-ID: <201004160840.o3G8e2Ik098805@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145752
>Category:       bin
>Synopsis:       hexdump(1) - properly escaped " fails format check
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 16 08:40:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Cooper
>Release:        9-CURRENT
>Organization:
Cisco Systems, Inc.
>Environment:
>Description:
Properly escaped " as per printf(3) fail like so:

$ echo "" | hexdump -e '"\""'
hexdump: ""\""": bad format

Another issue that needs to be worked out in add().
>How-To-Repeat:
echo "" | hexdump -e '"\""'
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004160837.o3G8bu1T010528>