diff options
Diffstat (limited to 'databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp')
| -rw-r--r-- | databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp b/databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp index e94bf77c990d..214edfd8834a 100644 --- a/databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp +++ b/databases/mariadb55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp @@ -1,10 +1,10 @@ ---- extra/yassl/taocrypt/src/integer.cpp.orig 2012-04-02 09:37:09.000000000 +0200 -+++ extra/yassl/taocrypt/src/integer.cpp 2012-04-02 09:37:41.000000000 +0200 -@@ -73,7 +73,7 @@ +--- extra/yassl/taocrypt/src/integer.cpp.orig 2014-04-15 14:02:39.000000000 +0300 ++++ extra/yassl/taocrypt/src/integer.cpp 2014-05-16 17:00:15.000000000 +0300 +@@ -75,7 +75,7 @@ CPP_TYPENAME AlignedAllocator<T>::pointer AlignedAllocator<T>::allocate( size_type n, const void *) { -- if (n > max_size()) +- if (n > this->max_size()) + if (n > AlignedAllocator<T>::max_size()) return 0; if (n == 0) |
