VirtualBox

Ignore:
Timestamp:
Jan 11, 2019 2:44:34 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128107
Message:

RDP: add client-1.8.4.
bugref:9356: Update rdesktop-vrdp to 1.8.4
client-1.8.4 is a Subversion copy of 1.8.3 with the upstream 1.8.3 to 1.8.4
patch applied and a couple of fixes and changes after review, namely:

  • Stopped disabling the new pointer data format for our build, as this is no

longer needed.

  • Adjusted some snprintf buffers to make GCC happy.
Location:
trunk/src/VBox/RDP/client-1.8.4
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client-1.8.4/parse.h

    r55123 r76779  
    5050#define s_mark_end(s)           (s)->end = (s)->p;
    5151#define s_check(s)              ((s)->p <= (s)->end)
    52 #define s_check_rem(s,n)        ((s)->p + n <= (s)->end)
     52#define s_check_rem(s,n)        (s_check(s) && (n <= (s)->end - (s)->p))
    5353#define s_check_end(s)          ((s)->p == (s)->end)
    5454#define s_length(s)             ((s)->end - (s)->data)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette