From nobody@FreeBSD.org  Fri Apr 16 08:37:57 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4ECFD106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Apr 2010 08:37:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 26A828FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Apr 2010 08:37:57 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o3G8buAi010529
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Apr 2010 08:37:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o3G8bu1T010528;
	Fri, 16 Apr 2010 08:37:56 GMT
	(envelope-from nobody)
Message-Id: <201004160837.o3G8bu1T010528@www.freebsd.org>
Date: Fri, 16 Apr 2010 08:37:56 GMT
From: Garrett Cooper <yaneurabeya@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: hexdump(1) - properly escaped " fails format check
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:  Sun Feb 03 22:28:40 UTC 2013
>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:
