Changeset 76779 in vbox for trunk/src/VBox/RDP/client-1.8.4/cliprdr.c
- Timestamp:
- Jan 11, 2019 2:44:34 PM (6 years ago)
- 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/cliprdr.c
r55123 r76779 125 125 uint32 length, format; 126 126 uint8 *data; 127 struct stream packet = *s; 127 128 128 129 in_uint16_le(s, type); … … 132 133 133 134 DEBUG_CLIPBOARD(("CLIPRDR recv: type=%d, status=%d, length=%d\n", type, status, length)); 135 136 if (!s_check_rem(s, length)) 137 { 138 rdp_protocol_error("cliprdr_process(), consume of packet from stream would overrun", &packet); 139 } 134 140 135 141 if (status == CLIPRDR_ERROR)
Note:
See TracChangeset
for help on using the changeset viewer.