summaryrefslogtreecommitdiff
path: root/user/rdesktop/signed-int.patch
diff options
context:
space:
mode:
authorCyberLeo <cyberleo@cyberleo.net>2020-03-28 05:45:52 -0500
committerCyberLeo <cyberleo@cyberleo.net>2020-03-28 05:45:52 -0500
commit9297468fa579836e3a6a381b798feb6b78217c2d (patch)
tree53168212f427afbcf0693b534530a4af803152e9 /user/rdesktop/signed-int.patch
parenta63cc05c53a6f4c22422dc8c69808b14d87a6f6e (diff)
parentda5a69b65a8791fffa6e93366ee585f87eff136d (diff)
downloadpackages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.gz
packages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.bz2
packages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.xz
packages-9297468fa579836e3a6a381b798feb6b78217c2d.zip
Merge branch 'master' into zfs
Diffstat (limited to 'user/rdesktop/signed-int.patch')
-rw-r--r--user/rdesktop/signed-int.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/rdesktop/signed-int.patch b/user/rdesktop/signed-int.patch
deleted file mode 100644
index 405a4dd3e..000000000
--- a/user/rdesktop/signed-int.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- rdesktop-1.8.4/orders.c.old 2019-01-02 14:03:25.000000000 +0000
-+++ rdesktop-1.8.4/orders.c 2019-01-09 17:13:26.170000000 +0000
-@@ -1266,7 +1266,7 @@
- in_uint16_le(s, flags); /* used by bmpcache2 */
- in_uint8(s, type);
-
-- if (!s_check_rem(s, length + 7))
-+ if (!s_check_rem(s, (sint16) length + 7))
- {
- rdp_protocol_error("process_secondary_order(), next order pointer would overrun stream", &packet);
- }