This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/10589] New: runtime _stp_{dbug,warn,err} should not use _stp_vscnprintf() for formatting
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 2 Sep 2009 14:55:51 -0000
- Subject: [Bug runtime/10589] New: runtime _stp_{dbug,warn,err} should not use _stp_vscnprintf() for formatting
- Reply-to: sourceware-bugzilla at sourceware dot org
That's because the latter function is for use by scripting language printf*'s,
and have different assumptions as to the size & meaning of formatting %operators.
(Numbers/pointers are treated as 64-bits even on a 32-bit host, etc.).
--
Summary: runtime _stp_{dbug,warn,err} should not use
_stp_vscnprintf() for formatting
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: runtime
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: fche at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10589
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.