Summary: | [libpas] compact pointers should load payload via memcpy | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> | ||||
Component: | New Bugs | Assignee: | Yusuke Suzuki <ysuzuki> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | mark.lam, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Yusuke Suzuki
2022-02-14 16:42:39 PST
Created attachment 451957 [details]
Patch
Comment on attachment 451957 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=451957&action=review r=me. Since EWS is misbehaving, please do a local build and smokes test run if you haven't already done so. > Source/bmalloc/ChangeLog:8 > + ASan found that we are loading 8bytes which can potentially be overflown. nit: "8bytes" => "8 bytes". "overflown" => "overflowed". Committed r289788 (247253@trunk): <https://commits.webkit.org/247253@trunk> |