commit | 7ded99ff6475d04d02344bfab9a00e482526dbe2 | [log] [tgz] |
---|---|---|
author | Andres AG <andres.amayagarcia@arm.com> | Wed Jan 18 17:21:03 2017 +0000 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon Feb 20 22:01:55 2017 +0000 |
tree | e0a35ac903618f91ad49abc2289078faa68a41ba | |
parent | cfad1812508dd8e1baf9c99514c89bda5ab1cd10 [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.