Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-268

RDPDR file size may be truncated to 32 bits

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.13-incubating
    • RDP
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              mjumper Mike Jumper
              mjumper Mike Jumper
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: