/[Apache-SVN]
ViewVC logotype

Revision 1131110


Jump to revision: Previous Next
Author: jfarrell
Date: Fri Jun 3 17:03:00 2011 UTC (13 years, 5 months ago)
Changed paths: 1
Log Message:
Thrift-1171: Perl write/readDouble assumes little-endian platform
Client: perl
Patch: Andy Grundman

The code for handling doubles uses pack 'd' (pack to native byte order) and then reverses the bytes. This works on little-endian systems but will produce backwards data on big-endian systems.



Changed paths

Path Details
Directorythrift/trunk/lib/perl/lib/Thrift/BinaryProtocol.pm modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26