Fix endian-ness conversion in the binary parser.
authorAndrew Woloszyn <awoloszyn@google.com>
Mon, 11 Jan 2016 18:54:30 +0000 (13:54 -0500)
committerAndrew Woloszyn <awoloszyn@google.com>
Mon, 11 Jan 2016 18:54:30 +0000 (13:54 -0500)
commit3b69d05086b991eefd585a6032659194e5c63000
treec05b18b24941107dc8d9de0d5ae5750505a19b53
parent7a354735739b28327c5ce065e1fae67fd9484d9a
Fix endian-ness conversion in the binary parser.

When we were swapping endian-ness in the binary parser, we would
write outside of the bounds of our vector.
source/binary.cpp [changed mode: 0755->0644]
source/text.cpp [changed mode: 0755->0644]
test/BinaryParse.cpp