[28455] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix invalid test strings in t_oid.c

daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Jul 12 15:19:34 2014

Date: Sat, 12 Jul 2014 15:19:25 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201407121919.s6CJJPYx021441@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/0b36398f1b501186a3111cdd794f91e0201a8d5c
commit 0b36398f1b501186a3111cdd794f91e0201a8d5c
Author: Lukas Slebodnik <lslebodn@redhat.com>
Date:   Sat Jun 21 23:36:38 2014 +0200

    Fix invalid test strings in t_oid.c
    
    A missing comma caused two invalid strings to be concatenated.  The
    resulting string was still invalid so the tests passed.
    
    [ghudson@mit.edu: clarified commit message]

 src/tests/gssapi/t_oid.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tests/gssapi/t_oid.c b/src/tests/gssapi/t_oid.c
index 8bfd2df..417f7b9 100644
--- a/src/tests/gssapi/t_oid.c
+++ b/src/tests/gssapi/t_oid.c
@@ -109,7 +109,7 @@ static char *invalid_strings[] = {
     "1.+0",
     "+0.1",
     "{ 1 garbage }",
-    "{ 1 }"
+    "{ 1 }",
     "{ 0 40 }",
     "{ 1 40 }",
     "{ 1 128 }",
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post