commit | 0289920d1209af6806f69f90cced9a088d09fa4b | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Wed Feb 01 21:46:47 2017 +0000 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed Feb 01 21:46:47 2017 +0000 |
tree | 2fdff1fb6a302c865c5a87c7cc49eb508e3319d2 | |
parent | 40d8cc7181578b54c5aa44a0c5e0b990314e73c3 [diff] | |
parent | 593e8b27937c266a38aa8f1eca1dd237d7b63a9d [diff] |
Merge branch mbedtls-1.3-fix-arithmetic-overflows Fix potential integer overflows in the following functions: * mbedtls_md2_update() * mbedtls_cipher_update() * mbedtls_ctr_drbg_reseed() This overflows would mainly be exploitable in 32-bit systems and could cause buffer bound checks to be bypassed.