commit | 8cf6d31f548bb5ad306ea51a50e8adc401b04f1b | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Thu Feb 02 09:15:05 2017 +0000 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Feb 02 09:15:05 2017 +0000 |
tree | 2ac7658ae2c0809c61da967011bf453ec3c45df7 | |
parent | 0289920d1209af6806f69f90cced9a088d09fa4b [diff] | |
parent | 3e3698ca307b0991c573a007e0d773b48c83e862 [diff] |
Merge branch fix-base64-arithmetic-overflows Fix potential integer overflows in the function mbedtls_base64_decode(). This overflow would mainly be exploitable in 32-bit systems and could cause buffer bound checks to be bypassed.