commit | 3e3698ca307b0991c573a007e0d773b48c83e862 | [log] [tgz] |
---|---|---|
author | Andres AG <andres.amayagarcia@arm.com> | Wed Jan 18 17:21:03 2017 +0000 |
committer | Andres AG <andres.amayagarcia@arm.com> | Wed Jan 18 17:30:29 2017 +0000 |
tree | 5ebff451cfd9d7d0d3bc9e4f10a829285e17a6e6 | |
parent | a697bf503ad97c74b43d2ff01aa07c6629d23c16 [diff] |
Fix integer overflow in mbedtls_base64_decode() 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.