Armin Novak
|
539e3e9fc5
|
Fixed memory leak in rdpei
|
2020-05-25 08:43:03 +02:00 |
|
akallabeth
|
8fb6336a40
|
Updated changelog for 2.1.1
(cherry picked from commit 470b21d32d )
|
2020-05-20 16:33:29 +02:00 |
|
Martin Fleisz
|
fd92500938
|
Merge pull request #6210 from akallabeth/github_sec_cve_and_behaviour
GitHub sec cve and behaviour
|
2020-05-20 15:59:55 +02:00 |
|
akallabeth
|
a4e95f8e65
|
Reformatted to satisfy clang-format
|
2020-05-20 15:32:50 +02:00 |
|
akallabeth
|
cac8c365f2
|
Reset pointer to NULL after free.
|
2020-05-20 15:10:08 +02:00 |
|
akallabeth
|
354bb7d6ae
|
Fixed some more resource cleanup leaks in nla
|
2020-05-20 15:10:08 +02:00 |
|
akallabeth
|
a1eb3e66b3
|
Clear dynamic channel lists on disconnect.
|
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
|
aea795eecf
|
Fixed invalid argument to strtok_s
|
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
|
45860a5561
|
Fixed issues with clang sanitizers and alignemt offsets.
|
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
|
9909ed57ae
|
Fixed rails debug string warnings.
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
7540384db1
|
utf8 behaviour fixes
|
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
|
81765e71f3
|
Fixed BehaviourSanitizer warning in rdp parser
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
401bb836fb
|
Fixed memory leak in NTLM test
|
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
|
b9149df1e6
|
Fixed BehaviourSanitizer warnings in streams.
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
1baf67d881
|
Fixed memory leak in ini parser and test functions.
|
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
|
a887c890f2
|
Fixed BehaviorSanitizer warnings.
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
0502bfcfbc
|
Fixed BehaviorSanitizer warnings
|
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 |
|
akallabeth
|
535ef57e2e
|
Fixed BehaviorSantizer warnings.
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
b37d8c9be1
|
Fixed GHSL-2020-100: oob read in ntlm_read_ChallengeMessage
* Added length checks for data read from stream
* Unified function resource cleanup
|
2020-05-20 15:10:07 +02:00 |
|
akallabeth
|
b584d07734
|
Fixed #6197: NULL check in urbdrc
|
2020-05-20 15:02:24 +02:00 |
|
Armin Novak
|
8cc950f2a5
|
Fixed #6195: Wrong length read/write in rdpei
|
2020-05-20 15:02:24 +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 |
|
Armin Novak
|
24a8a56694
|
Fixed #6202: Missing NULL checks
|
2020-05-20 15:02:24 +02:00 |
|
Armin Novak
|
50278f7076
|
Fixed #6201: event handler count check
|
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
|
6269243091
|
server: proxy: print server host ip on new conn (for clustering info)
|
2020-05-20 10:36:42 +03:00 |
|
Kobi Mizrachi
|
8d72051ab1
|
codec: fix typo in progressive codec log
|
2020-05-20 10:31:51 +03:00 |
|