This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cli/1337: -Wformat-nonliteral vs printcmd.c - make "(gdb) printf" host independant


>Number:         1337
>Category:       cli
>Synopsis:       -Wformat-nonliteral vs printcmd.c - make "(gdb) printf" host independant
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          maintenance
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 16 18:08:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
printcmd.c is taking user input strings and then passing them through to printf.  It should, I think, instead implement a full "%" parser.  If nothing else it would eliminate a few limitations (such as %ll support being dependant on the host's CC and printf).
>How-To-Repeat:

>Fix:

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]