Updates:
        Status: Invalid

Comment #6 on issue 3694 by [email protected]: Segmentation fault in CopyCharsUnsigned() with g++ 4.9.2
https://code.google.com/p/v8/issues/detail?id=3694

NewFromTwoByte takes a 'const uint16_t* data', so the embedder should respect the alignment constraints for uint16_t, i.e. pass only even addresses. Code paths on other platforms probably depend on the same assumption, too.

We could tweak our code probably that this would work even for odd addresses, but the commit history and some comments indicate that we would probably take a performance hit then.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to