[
https://issues.apache.org/jira/browse/SPARK-12084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15034957#comment-15034957
]
Apache Spark commented on SPARK-12084:
--------------------------------------
User 'zsxwing' has created a pull request for this issue:
https://github.com/apache/spark/pull/10083
> Fix codes that uses ByteBuffer.array incorrectly
> ------------------------------------------------
>
> Key: SPARK-12084
> URL: https://issues.apache.org/jira/browse/SPARK-12084
> Project: Spark
> Issue Type: Bug
> Reporter: Shixiong Zhu
> Assignee: Shixiong Zhu
>
> ByteBuffer doesn't guarantee all contents in `ByteBuffer.array` are valid.
> E.g, a ByteBuffer returned by ByteBuffer.slice. We should not use the whole
> content of `ByteBuffer` unless we know that's correct.
> This patch fixed all places that use `ByteBuffer.array` incorrectly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]