FreeRDP/libfreerdp
Ondrej Holy 0389cb129e core: Fix array overrunning during FIPS keys generation
p is 20 and r is 1 in the last iteration of fips_expand_key_bits,
which means that buf[21] is read (of BYTE buf[21];). However,
the value is not needed, because it is consequently discarded by
"c & 0xfe" statement. Let's do not read buf[p + 1] when r is 1
to avoid this.
2017-12-19 10:29:16 +01:00
..
cache cache: Use Bitmap_Free instead of free 2017-09-07 09:38:44 +02:00
codec Merge pull request #4305 from hardening/xrandr_fix 2017-12-13 17:24:41 +01:00
common fix channel/smartcard: compiler warnings 2017-12-13 17:04:06 +01:00
core core: Fix array overrunning during FIPS keys generation 2017-12-19 10:29:16 +01:00
crypto Fix #3890: Point to OpenSSL doc for private CA 2017-11-21 11:47:33 +01:00
gdi Merge pull request #4305 from hardening/xrandr_fix 2017-12-13 17:24:41 +01:00
locale Merge pull request #4034 from blino/wayland-keymap 2017-11-16 12:07:07 +01:00
primitives Fixed #3810: Renamed color functions 2017-11-24 13:21:43 +01:00
utils fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
CMakeLists.txt Disable GFX H264 if no backend compiled in. 2017-07-17 09:25:21 +02:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
freerdp.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00