FreeRDP/winpr/libwinpr
Kubistika 967f2aefac Fix segfault when IniFile_Load is called with invalid input (#5331)
* Fix segfault when IniFile_Load is called with invalid input

* Fix leak in TestIni.c third testcase

* TestIni.c: Refactor in order to avoid some old compilers errors
2019-04-08 09:26:46 +02:00
..
asn1
bcrypt
clipboard Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
com
comm Fixed _config_size return 2019-04-05 09:13:24 +02:00
credentials
credui fix string format specifiers 2016-12-16 13:48:43 +01:00
crt Disabled -Wimplicit-fallthrough for instances where its use is intended. 2019-04-05 09:14:35 +02:00
crypto Pull in the LibreSSL compatibility patches from FreeBSD 2018-05-01 08:43:36 -05:00
dsparse Fix #4239: Various memory leaks 2017-12-12 11:40:48 +01:00
environment Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
error Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
file Merge pull request #5139 from akallabeth/drive_hotplug_shutdown_crash_fix 2019-02-07 10:08:41 +01:00
handle Ignore INVALID_HANDLE_VALUE during clang scanbuild runs. 2019-02-21 12:21:51 +01:00
heap
input Sun keyboard 2017-08-04 13:09:32 +02:00
interlocked Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
io winpr/io/device: Fix leak found by covscan 2018-08-22 14:34:02 +02:00
library Fixed GetModuleFileNameW. 2019-04-05 09:14:35 +02:00
locale
memory
nt Fix #4239: Various memory leaks 2017-12-12 11:40:48 +01:00
path Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
pipe Fixed clang analyzer false positive memory leaks. 2019-01-29 17:17:30 +01:00
pool Fixed sign-compare warnings 2019-04-05 09:13:25 +02:00
registry Replaced atoi 2017-11-15 15:52:16 +01:00
rpc Fixed NULL dereferences and uninitialized values 2019-01-30 16:11:10 +01:00
security
shell Removed use of strcpy. 2018-08-27 14:34:09 +02:00
smartcard Fixed sign-compare warnings 2019-04-05 09:13:25 +02:00
sspi Fixed ntlm_av_pair_get_len return, no signed value required 2019-04-05 09:28:09 +02:00
sspicli Fixed sign-compare warnings 2019-04-05 09:14:34 +02:00
synch Fixed SleepEx return value and added log messages for unimplemented features. 2019-04-05 09:14:35 +02:00
sysinfo fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
thread Fixed return check in SwitchToThread 2019-01-18 13:02:30 +01:00
timezone Fixed #5093: Try to read timezone from java TimeZone first 2018-12-05 10:41:14 +01:00
utils Fix segfault when IniFile_Load is called with invalid input (#5331) 2019-04-08 09:26:46 +02:00
winhttp
winsock Fixed sign-compare warnings 2019-04-05 09:14:34 +02:00
wnd fix string format specifiers 2016-12-16 13:48:43 +01:00
wtsapi Pointer arithmetics require lvalue 2019-01-09 11:13:38 +01:00
CMakeLists.txt Use lowercase for includes and libs 2019-01-09 09:36:28 +01:00
dummy.c
log.h