Bug 302596
| Summary: | [ANGLE] Fix untyped malloc calls | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | New Bugs | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=301118 https://bugs.webkit.org/show_bug.cgi?id=301675 |
||
David Kilzer (:ddkilzer)
Fix untyped malloc calls in ANGLE project.
All of the untyped malloc calls are in generated code output from flex:
Source/ThirdParty/ANGLE/src/compiler/preprocessor/preprocessor.l
Source/ThirdParty/ANGLE/src/compiler/translator/glslang.l
<rdar://164652679>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Correct radar:
<rdar://164747472>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/54009
EWS
Committed 303194@main (e4606593e14d): <https://commits.webkit.org/303194@main>
Reviewed commits have been landed. Closing PR #54009 and removing active labels.