Bug 179675
Summary: | ArgumentCoder<Length> is broken when Length is Calculated | ||
---|---|---|---|
Product: | WebKit | Reporter: | Konstantin Tokarev <annulen> |
Component: | WebKit Misc. | Assignee: | Konstantin Tokarev <annulen> |
Status: | NEW | ||
Severity: | Normal | CC: | fujii.hironori, mcatanzaro, simon.fraser |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Konstantin Tokarev
ArgumentCoder<Length> was written in assumption that Length is effectively a POD type, however since r110126 there is a persistent map of Calculated values, which is not updated when Length is decoded in POD way.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |