[Webkit-unassigned] [Bug 165075] New: WTFLogVerbose is passing arguments to WTFLog incorrectly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 26 04:06:24 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165075
Bug ID: 165075
Summary: WTFLogVerbose is passing arguments to WTFLog
incorrectly
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ivlev.igor at gmail.com
WTFLogVerbose is a variadic function.
It is trying to pass argument list to another variadic function, WTFLog.
*This is not possible* (leads to output corruption), we may consider using a variadic macro or a function that takes va_args instead.
Explanation why this is not possible:
http://c-faq.com/varargs/handoff.html
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161126/004b428d/attachment.html>
More information about the webkit-unassigned
mailing list