Armin Novak
|
1148a8c9fd
|
Fixed length check, now just assuring data read is available and
ignoring padding length.
|
2013-09-23 15:10:06 +02:00 |
|
Armin Novak
|
9a08171b88
|
Dumping stream now.
|
2013-09-23 09:11:23 +02:00 |
|
Armin Novak
|
cbf5e7e3f8
|
Fixed clang warnings.
|
2013-09-13 09:47:18 +02:00 |
|
Armin Novak
|
7cf95bcf6e
|
Fixed compile error.
|
2013-09-13 09:17:06 +02:00 |
|
Armin Novak
|
32a9bd366c
|
Fixed reading of SCARD_IO_REQUEST structures in Transmit_Call.
|
2013-09-12 15:50:12 +02:00 |
|
Armin Novak
|
513c963670
|
Smartcard arguments now optional.
|
2013-09-12 14:55:25 +02:00 |
|
Armin Novak
|
8f024d46cf
|
Fixed setting of name and path of smartcard, now determining on number
of valid arguments.
|
2013-09-12 14:41:11 +02:00 |
|
Armin Novak
|
31abdb9103
|
Fixed setting of smartcard filter name and path.
|
2013-09-12 14:34:18 +02:00 |
|
Armin Novak
|
27cb9ee604
|
Now printing debug message for unhandled data.
|
2013-09-12 14:10:44 +02:00 |
|
Armin Novak
|
c33821d026
|
Resource cleanup now done using goto
Length now checked at all places.
|
2013-09-12 13:53:15 +02:00 |
|
Armin Novak
|
c49a4f518e
|
Debug printf now more verbose about location of the error.
|
2013-09-12 12:31:07 +02:00 |
|
Armin Novak
|
02abe530a8
|
Added debug output, if some message block could not be read.
|
2013-09-12 12:30:46 +02:00 |
|
Armin Novak
|
9455c4fa5d
|
Fixed smartcard argument checks.
Fixed smartcard package reading.
|
2013-09-12 12:18:35 +02:00 |
|
Bernhard Miklautz
|
8baa04e7e5
|
Merge pull request #1448 from akallabeth/coverity_fixes
Multiple resource leak and NULL pointer dereferencing fixes
|
2013-09-10 00:56:30 -07:00 |
|
Bernhard Miklautz
|
b2e1ea0e67
|
Merge pull request #1462 from akallabeth/device_collection_find_fix
Fixed NULL check in freerdp_device_collection_find
|
2013-09-09 01:23:20 -07:00 |
|
Bernhard Miklautz
|
952a2a4245
|
Merge pull request #1461 from akallabeth/clang_warning_fixes
Fixes clang warnings ```Allocator sizeof operand mismatch```
|
2013-09-09 01:22:16 -07:00 |
|
Armin Novak
|
be495e54e2
|
Fixed NULL check in freerdp_device_collection_find
|
2013-09-06 12:35:33 +02:00 |
|
Armin Novak
|
1f4205a04e
|
Fixed unchecked free in glyph.c (related to #1428)
|
2013-09-06 11:35:54 +02:00 |
|
Armin Novak
|
3b931a9d69
|
Reverted accidental commit.
|
2013-09-06 11:08:45 +02:00 |
|
Armin Novak
|
4e0c7d251d
|
Fixed double free.
|
2013-09-06 11:07:33 +02:00 |
|
Armin Novak
|
c986f30c4a
|
Fixed smartcard related issues with double free.
|
2013-09-06 10:55:26 +02:00 |
|
Armin Novak
|
5731725712
|
Fixed malloc warning, now casting to void *.
|
2013-09-05 15:40:09 +02:00 |
|
Bernhard Miklautz
|
31b9b93548
|
Merge pull request #1458 from akallabeth/microphone_fixes
Fixed issue #1281, thread shutdown now properly waiting for quit.
|
2013-09-05 05:40:42 -07:00 |
|
Armin Novak
|
8e6b79376c
|
Fixed possible race found by bmiklautz
|
2013-09-05 13:41:32 +02:00 |
|
Armin Novak
|
07139276b5
|
Added newlines at end of file, prevents clang from crashing...
|
2013-09-05 12:14:35 +02:00 |
|
Armin Novak
|
cf20efb4c6
|
Simplified code for FindFirstFileA, now always using FindClose
for cleanup.
|
2013-09-05 12:14:35 +02:00 |
|
Armin Novak
|
ddab90ece4
|
Fixed alt_names free, now using cleanup function to wrap details.
|
2013-09-05 12:14:35 +02:00 |
|
Armin Novak
|
853bf40321
|
Fixed memory cleanup issue
|
2013-09-05 12:14:35 +02:00 |
|
Armin Novak
|
61c0c98dac
|
Fixed missing free for subbuffers of packet.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
6ac0b10158
|
Removed buffer copy, still fixes memory leak.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
35a558be9e
|
Fixed memory leak.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
ddb664d6e7
|
Fixed memory leak.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
f553b04bf0
|
Fixed memory leak.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
854aa3fcfa
|
Fixed memory leak.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
62356e667c
|
Fixed erroneous patch.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
e2e96b8c55
|
Fixed clang issues.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
ef91766cf3
|
Fixed clang issues.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
7bc0cbdabf
|
Fixed clang issues.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
4331fa1f8b
|
Fixed invalid API usage, ...
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
b190a16c5d
|
Fixed argument checks, now NULL pointer are no longer dereferenced
in functions.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
e5c138a5b9
|
Fixed various memory leaks, allocation size issues and API misuse
warnings shown by clang as well as some compiler warnings.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
2a7ab454ba
|
Fixed static library compilation, using -fPIC now to allow linking
to dynamic lib.
|
2013-09-05 12:14:34 +02:00 |
|
Armin Novak
|
d80214c7fd
|
Added clang specific compiler warning suppression.
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
a3b531c036
|
Fixed issues found with clang-analyzer
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
62330ca669
|
Fixed variable mixup.
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
1e2455fa4a
|
Fixed various memory leaks and compiler warnings.
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
a3c319c973
|
Fixed coverity issue 1047567
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
a355093219
|
Fixed coverity issue 1047645
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
96285eec58
|
Fixed coverity issue 1047647
|
2013-09-05 12:14:33 +02:00 |
|
Armin Novak
|
ac3fb4c676
|
Fixed coverity issue 1047649
|
2013-09-05 12:14:33 +02:00 |
|