[
https://issues.apache.org/jira/browse/GUACAMOLE-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Jumper reassigned GUACAMOLE-268:
----------------------------------------
Assignee: Michael Jumper
> RDPDR file size may be truncated to 32 bits
> -------------------------------------------
>
> Key: GUACAMOLE-268
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-268
> Project: Guacamole
> Issue Type: Bug
> Components: RDP
> Reporter: Michael Jumper
> Assignee: Michael Jumper
>
> RDPDR uses 64-bit integers to represent file size, but Guacamole's RDP
> filesystem structure only uses a standard {{int}} for this. C's {{int}} is
> very likely to be 32-bit, even on 64-bit systems, causing the file size to be
> truncated for sufficiently large files (2G+).
> Guacamole's RDP filesystem structure should be modified to be consistent with
> RDPDR and use 64-bit integers to represent file size.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)