mirror of https://github.com/FreeRDP/FreeRDP
0389cb129e
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. |
||
---|---|---|
.. | ||
cache | ||
codec | ||
common | ||
core | ||
crypto | ||
gdi | ||
locale | ||
primitives | ||
utils | ||
CMakeLists.txt | ||
FreeRDPConfig.cmake.in | ||
freerdp.pc.in |