FreeBSD Bugzilla – Attachment 152669 Details for
Bug 197391
[opensolaris] Missing args in format string in ctf.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
missing args in format string
ctf.txt (text/plain), 373 bytes, created by
henning.petersen
on 2015-02-07 15:07:12 UTC
(
hide
)
Description:
missing args in format string
Filename:
MIME Type:
Creator:
henning.petersen
Created:
2015-02-07 15:07:12 UTC
Size:
373 bytes
patch
obsolete
>--- cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c (revision 278360) >+++ cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c (working copy) >@@ -492,7 +492,7 @@ > > if (i > CTF_MAX_VLEN) { > terminate("function %s has too many args: %d > %d\n", >- i, CTF_MAX_VLEN); >+ tdesc_name(tp), i, CTF_MAX_VLEN); > } > > ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FUNCTION, isroot, i);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 197391
: 152669