akallabeth
|
57e7a99393
|
Added hint for errors due to missing offscreen-cache
|
2020-06-29 08:12:51 +02:00 |
|
Armin Novak
|
ce1a9d8d19
|
Fixed #6298: Mask CACHED_BRUSH when checking brush style
|
2020-06-23 09:24:35 +02:00 |
|
akallabeth
|
02c5ec66e5
|
Fixed possible integer overflow in crypto_rsa_common
Thanks @anticomputer for pointing this out
|
2020-06-22 12:09:36 +02:00 |
|
akallabeth
|
f753c25ad3
|
Reset freed HGDI_DC
CVE-2020-4031 thanks to @antonio-morales for finding this.
|
2020-06-22 11:51:39 +02:00 |
|
akallabeth
|
0a98c450c5
|
Fixed out of bound read in RLEDECOMPRESS
CVE-2020-4033 thanks to @antonio-morales for finding this.
|
2020-06-22 11:51:39 +02:00 |
|
akallabeth
|
e7bffa64ef
|
Fixed OOB read in update_recv_secondary_order
CVE-2020-4032 thanks to @antonio-morales for finding this.
|
2020-06-22 11:51:39 +02:00 |
|
akallabeth
|
b8beb55913
|
Fixed OOB read in update_read_cache_bitmap_v3_order
CVE-2020-11096 thanks @antonio-morales for finding this.
|
2020-06-22 11:51:38 +02:00 |
|
akallabeth
|
733ee32083
|
Fixed invalid access in update_recv_primary_order
CVE-2020-11095 thanks @antonio-morales for finding this.
|
2020-06-22 11:51:38 +02:00 |
|
akallabeth
|
3ac7bb5d6a
|
Fixed pcap cleanup
|
2020-06-22 11:51:38 +02:00 |
|
akallabeth
|
c0fd449ec0
|
Fixed Out-of-bound read in glyph_cache_put
CVE-2020-11098 thanks to @antonio-morales for finding this.
|
2020-06-22 11:51:38 +02:00 |
|
akallabeth
|
6ade7b4cbf
|
Fixed OOB Read in license_read_new_or_upgrade_license_packet
CVE-2020-11099 thanks to @antonio-morales for finding this.
|
2020-06-22 11:51:38 +02:00 |
|
Armin Novak
|
0d80353bf3
|
Added missing SECBUFFER_READONLY flag in rpc_client_write_call
|
2020-06-19 11:31:13 +02:00 |
|
Armin Novak
|
ff79636d33
|
TSG improvements
* Respect connection timeout during connect
* Better debug output
* Cleaned up data types,
|
2020-06-19 11:31:13 +02:00 |
|
Martin Fleisz
|
cf7b9ca055
|
Fix usage of DsMakeSpn with IP address hostnames
|
2020-06-15 15:38:54 +02:00 |
|
akallabeth
|
733026dada
|
Fixed #6267: adjust write_pixel_16 endian handling
|
2020-06-08 15:10:24 +02:00 |
|
Ondrej Holy
|
230d83b319
|
gdi: Fix missing unlock
This fixes the following defect reported by covscan tool:
libfreerdp/gdi/gfx.c:144: missing_unlock: Returning without unlocking "update->mux".
|
2020-06-04 07:55:12 +02:00 |
|
Armin Novak
|
44cf91be37
|
Fixed #6245: Added additional tests to assistance parser
|
2020-06-02 13:36:03 +02:00 |
|
akallabeth
|
6490106600
|
Lock remaining occurances of security_encrypt/security_decrypt variables
|
2020-06-02 13:31:17 +02:00 |
|
akallabeth
|
a381dd1a27
|
Lock security_decrypt to avoid simultaneous counter manipulation
|
2020-06-02 13:31:17 +02:00 |
|
akallabeth
|
a4e95f8e65
|
Reformatted to satisfy clang-format
|
2020-05-20 15:32:50 +02:00 |
|
akallabeth
|
354bb7d6ae
|
Fixed some more resource cleanup leaks in nla
|
2020-05-20 15:10:08 +02:00 |
|
akallabeth
|
d57143f19e
|
Renamed variable to avoid MSVC define collission
|
2020-05-20 15:10:08 +02:00 |
|
akallabeth
|
1e5bf45b1e
|
Ensure buffers are NULL before reuse in NLA
|
2020-05-20 15:10:08 +02:00 |
|
akallabeth
|
58ef235bc5
|
Removed unused variable warnings
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
fe3e7eaa34
|
Fixed GHSL-2020-101 missing NULL check
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
d936402878
|
Fixed GHSL-2020-102 heap overflow
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
489cb26ac3
|
Fixed multiple sanitizer errors in codecs
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
6e59d9597c
|
Fixed history buffer reset.
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
a71c96d86f
|
Fixed extended info packet alignment.
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
e3fdf4b588
|
Fixed rdp_read_info_packet unaligned access and size checks
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
55b7fc50e0
|
Fixed memory leak in test
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
1d21585fa4
|
Fixed unaligned access
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
57ad88fd82
|
Rewritten rdp_recv_logon_info_v2 to remove unaligned access
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
c3c1f76da5
|
Rewritten check to satisfy BehaviouralSanitizer
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
ae5a30438e
|
Fixed undefined behaviour
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
a139caf73a
|
Fixed undefined behaviour in primitives shift
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
9b0b47496f
|
Fixed undefined behaviour in ncrush
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
a1dd25e219
|
Fixed undefined behaviour in rfx decoder
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
ee160fc414
|
Fixed UndefinedBehaviour in planar left shift
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
319afb082b
|
Refactored settings clone/free, extended tests
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
722790f4ca
|
Always require aligned memory for interleaved codec.
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
2973ec6f1c
|
Fixed BehaviorSanitizer warnings
|
2020-05-20 15:10:07 +02:00 |
|
Armin Novak
|
d1d8586374
|
Fixed #6200: Arraysize check
|
2020-05-20 15:02:24 +02:00 |
|
Armin Novak
|
0195de02f5
|
Fixed #6199: Reading version information in tsg
|
2020-05-20 15:02:24 +02:00 |
|
Kobi
|
6c151ee15c
|
Merge pull request #6193 from kubistika/proxy_fixes_
server: proxy: code refactor
|
2020-05-20 15:58:36 +03:00 |
|
akallabeth
|
6a2785e359
|
Abort on first possible certificate validation error
Only retry certificate validation if the purpose was wrong.
|
2020-05-20 14:48:15 +02:00 |
|
Kobi Mizrachi
|
8d72051ab1
|
codec: fix typo in progressive codec log
|
2020-05-20 10:31:51 +03:00 |
|
akallabeth
|
7890833af8
|
Replaced strtok with strtok_s
|
2020-05-18 11:39:22 +02:00 |
|
Kobi Mizrachi
|
fddda159d9
|
change use of strtok to strtok_s
|
2020-05-18 11:08:20 +02:00 |
|
Vladyslav Hordiienko
|
f79bb517c1
|
improve RFX DWT algorithm
merge multiple loops into the one loop for vertical DWT inverse
|
2020-05-18 10:56:40 +02:00 |
|