WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
298073
Remove ALLOW_NONLITERAL_FORMAT_BEGIN/END macros for generateHtml() in SOAuthorizationTests.mm
https://bugs.webkit.org/show_bug.cgi?id=298073
Summary
Remove ALLOW_NONLITERAL_FORMAT_BEGIN/END macros for generateHtml() in SOAutho...
David Kilzer (:ddkilzer)
Reported
2025-08-28 17:09:14 PDT
Remove ALLOW_NONLITERAL_FORMAT_BEGIN/END macros for generateHtml() in SOAuthorizationTests.mm. We can do this by introducing `__attribute__((format_matches(printf, n, "...")))` to describe the format string used by the function. See: <
https://clang.llvm.org/docs/AttributeReference.html#format-matches
>
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-08-28 17:09:58 PDT
<
rdar://problem/159403033
>
David Kilzer (:ddkilzer)
Comment 2
2025-08-28 17:32:00 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/50041
EWS
Comment 3
2025-08-29 22:49:01 PDT
Committed
299352@main
(eacdac1d58d8): <
https://commits.webkit.org/299352@main
> Reviewed commits have been landed. Closing PR #50041 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug