forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Unaligned memory access in ByteStream and PrestoSerializer (face…
…bookincubator#11574) Summary: We have a few places in the serialization code that do unaligned memory access. This is causing crashes in `ByteOutputStream::append<int128>` and we clean them up in this change. Reviewed By: yuandagits Differential Revision: D66125705
- Loading branch information
1 parent
03deeaf
commit c44d65d
Showing
3 changed files
with
99 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.