libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libtasn1 branch, master, updated. libtasn1_4.7-21-gfda8ab9


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4.7-21-gfda8ab9
Date: Mon, 04 Apr 2016 14:09:53 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=fda8ab9e2c943247081ab27e9de7abc2b5d4dbf5

The branch, master has been updated
       via  fda8ab9e2c943247081ab27e9de7abc2b5d4dbf5 (commit)
      from  2f0f6466ba2a1c8c84c1adfe7e059298d338a9db (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fda8ab9e2c943247081ab27e9de7abc2b5d4dbf5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Apr 4 16:09:48 2016 +0200

    tests: added missing decoding-inf

-----------------------------------------------------------------------

Summary of changes:
 tests/{decoding => decoding-inf} |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
 copy tests/{decoding => decoding-inf} (80%)

diff --git a/tests/decoding b/tests/decoding-inf
similarity index 80%
copy from tests/decoding
copy to tests/decoding-inf
index ce230f4..d3d4bee 100755
--- a/tests/decoding
+++ b/tests/decoding-inf
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2016 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,7 +22,10 @@ fi
 ASN1DECODING="${ASN1DECODING:-../src/asn1Decoding$EXEEXT}"
 ASN1PKIX="${ASN1PKIX:-pkix.asn}"
 
-$VALGRIND $ASN1DECODING -ds $ASN1PKIX TestCertOctetOverflow.der 
PKIX1.Certificate
+# This tests an invalid input which caused an infinite recursion
+# to certain libtasn1 versions.
+
+$VALGRIND $ASN1DECODING -ds $ASN1PKIX invalidPKIX.der PKIX1.Certificate
 if test $? != 1;then
        echo "Decoding failed"
        exit 1


hooks/post-receive
-- 
GNU libtasn1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]