RESOLVED WONTFIX279201
There is no need for a random buffer on the stack to read through the URL.
https://bugs.webkit.org/show_bug.cgi?id=279201
Summary There is no need for a random buffer on the stack to read through the URL.
Seija K.
Reported 2024-09-05 09:28:56 PDT
Both branches seem to do the same thing, except one fails if the call to CFStringGetCString fails. CFStringGetCString copies to a buffer and then reads from the buffer even though there is no reason to have the buffer on the stack.
Attachments
Ahmad Saleem
Comment 1 2024-09-05 09:38:38 PDT
Radar WebKit Bug Importer
Comment 2 2024-09-12 09:29:18 PDT
Note You need to log in before you can comment on or make changes to this bug.