commit | ad951d131d2ca54b9e7f1dc6f3bd957444eaef28 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Nov 29 17:51:03 2017 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Nov 29 18:02:49 2017 +0000 |
tree | 76664ea407a9dc50969ea93e2619cc31dd93db97 | |
parent | 0a139f9a03c80b9533f7a2e5566afdbf191a611e [diff] |
Correct dangerous typo in include/polarssl/ssl.h The definition of SSL_MAC_ADD depends on the presence of the configuration option POLARSSL_ARC4_C, which was misspelled as POLARSSL_RC4_C in ssl.h, leading to a too small buffer and subsequently to a buffer overflow during record processing. This commit fixes the typo.