Fix compression regression introduced in commit 0c7b411

When adding support for multi fragments, we started to read and
use length from fast path packet. However a packet can be
compressed and uncompressed length should be used instead.

Fix issue #185
This commit is contained in:
Henrik Andersson 2017-11-03 12:33:00 +01:00
parent 50100f85e6
commit 8acf574b28

1
rdp5.c
View File

@ -119,6 +119,7 @@ process_ts_fp_updates(STREAM s)
ns->p = ns->data;
ns->rdp_hdr = ns->p;
length = rlen;
ts = ns;
}
else