Bug#621702: libxres1: pixmap size "bytes_overflow" multiplier on 64-bit system

2011-04-08 Thread Cyril Brulebois
Hi Kevin, Kevin Ryde (08/04/2011): > While nosing around the sources of libxres I saw in src/XRes.c > XResQueryClientPixmapBytes() […] > But I don't have 64-bits and 4Gb memory to try it out, and I > couldn't find a protocol spec to check ... I'd suggest asking this question on xorg@ or xorg-d

Bug#621702: libxres1: pixmap size "bytes_overflow" multiplier on 64-bit system

2011-04-07 Thread Kevin Ryde
Package: libxres1 Version: 2:1.0.5-1 Severity: normal While nosing around the sources of libxres I saw in src/XRes.c XResQueryClientPixmapBytes() #ifdef LONG64 *bytes = (rep.bytes_overflow * 4294967295) + rep.bytes; Is that "bytes_overflow" field the high 32-bits of the size? If so