FreeBSD Bugzilla – Attachment 144809 Details for
Bug 191981
[patch][dtrace][libproc] demangle() fail to handle non-c++ function name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for demangle() to handle c function name
demangle.patch (text/plain), 322 bytes, created by
luke.tw
on 2014-07-20 08:14:17 UTC
(
hide
)
Description:
patch for demangle() to handle c function name
Filename:
MIME Type:
Creator:
luke.tw
Created:
2014-07-20 08:14:17 UTC
Size:
322 bytes
patch
obsolete
>Index: proc_sym.c >=================================================================== >--- proc_sym.c (revision 268907) >+++ proc_sym.c (working copy) >@@ -69,9 +69,9 @@ > goto fail; > strlcpy(buf, dembuf, len); > free(dembuf); >+ return; > } > >- return; > fail: > #endif /* NO_CXA_DEMANGLE */ > strlcpy(buf, symbol, len);
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191981
: 144809