diff options
author | Adam Conrad <adconrad@debian.org> | 2014-04-26 10:24:40 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-04-26 10:47:29 +0200 |
commit | 05eab8afb692823f86c53c4c2ced783a7c185cf9 (patch) | |
tree | e7af1fece550d0777899be6e519adfbdfb36df27 /debian | |
parent | 062074cb519aa05110d24936d95747c59cc0ffc1 (diff) |
fix FileFd::Size bitswap on big-endian architectures
gzip only gives us 32bit of size, storing it in a 64bit container and
doing a 32bit flip on it has therefore unintended results.
So we just go with a exact size container and let the flipping be handled
by eglibc provided le32toh removing our #ifdef machinery.
Closes: 745866
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions