[Libreoffice-commits] core.git: svl/source

Caolán McNamara caolanm at redhat.com
Mon Jul 24 14:14:27 UTC 2017


 svl/source/crypto/cryptosign.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26dd5d4614e5968f111b77a3f03129a6a2a7c0c7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jul 24 15:13:15 2017 +0100

    fix oss-fuzz build
    
    Change-Id: I8301edeb351479a938de442a6823028994fc4d26

diff --git a/svl/source/crypto/cryptosign.cxx b/svl/source/crypto/cryptosign.cxx
index 3fca65a78a21..7d81ce90dcd7 100644
--- a/svl/source/crypto/cryptosign.cxx
+++ b/svl/source/crypto/cryptosign.cxx
@@ -2205,7 +2205,7 @@ bool Signing::Verify(const std::vector<unsigned char>& aData,
     return true;
 #else
     // Not implemented.
-    (void)aBuffer;
+    (void)aData;
     (void)bNonDetached;
     (void)aSignature;
     (void)rInformation;


More information about the Libreoffice-commits mailing list