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
303256
Use std::ranges::fill instead of manual loop in RenderText::secureText
https://bugs.webkit.org/show_bug.cgi?id=303256
Summary
Use std::ranges::fill instead of manual loop in RenderText::secureText
Brandon
Reported
2025-11-29 05:03:34 PST
Replace manual for loop with std::fill to initialize the character array with masking characters.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-11-29 05:03:41 PST
<
rdar://problem/165551452
>
Brandon
Comment 2
2025-11-29 05:05:11 PST
Pull request:
https://github.com/WebKit/WebKit/pull/54575
EWS
Comment 3
2025-11-30 12:46:40 PST
Committed
303652@main
(32049f24fd5d): <
https://commits.webkit.org/303652@main
> Reviewed commits have been landed. Closing PR #54575 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