Bug 279201
| Summary: | There is no need for a random buffer on the stack to read through the URL. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Seija K. <gfunni234> |
| Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | ahmad.saleem792, annevk, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Seija K.
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
PR - https://github.com/WebKit/WebKit/pull/33192
Radar WebKit Bug Importer
<rdar://problem/135884804>