Parent Directory | Revision Log | Revision Graph
* Wed Apr 15 2015 Daniel Berteaud <daniel@firewall-services.com 0.9.8e-33.1.sme - update with ca-bundle.crt from SME 9 [SME: 8909]
1 | vip-ire | 1.1 | diff -up openssl-fips-0.9.8e/crypto/evp/encode.c.b64-underflow openssl-fips-0.9.8e/crypto/evp/encode.c |
2 | --- openssl-fips-0.9.8e/crypto/evp/encode.c.b64-underflow 2005-06-21 00:11:28.000000000 +0200 | ||
3 | +++ openssl-fips-0.9.8e/crypto/evp/encode.c 2015-04-02 15:27:50.469940688 +0200 | ||
4 | @@ -325,6 +325,7 @@ int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx | ||
5 | v=EVP_DecodeBlock(out,d,n); | ||
6 | n=0; | ||
7 | if (v < 0) { rv=0; goto end; } | ||
8 | + if (eof > v) { rv=-1; goto end; } | ||
9 | ret+=(v-eof); | ||
10 | } | ||
11 | else |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |