Chromium Code Reviews
DescriptionFix a strict aliasing bug in x64 release build.
When this function is fully inlined in a release build, the assignment
to *result is reorder after the read. Thus the rest of the code ends
up using the wrong value and crashes shortly after.
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||