[git] KSBA - branch, master, updated. libksba-1.3.5-32-g3f5dcb5

by NIIBE Yutaka cvs at cvs.gnupg.org
Thu Nov 8 03:39:20 CET 2018


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 "KSBA is a library to access X.509 certificates and CMS data.".

The branch, master has been updated
       via  3f5dcb5ff6721b0c70c8b0e320e4fd58f1c2cada (commit)
      from  5a7c0d8667ceddf7820131865dad0ab850e5c3a4 (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 3f5dcb5ff6721b0c70c8b0e320e4fd58f1c2cada
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Nov 8 11:38:25 2018 +0900

    Add annotation for fall through path.
    
    * src/ber-decoder.c (decoder_next): Add FALLTHROUGH.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/ber-decoder.c b/src/ber-decoder.c
index 20a91b1..b1054df 100644
--- a/src/ber-decoder.c
+++ b/src/ber-decoder.c
@@ -933,6 +933,7 @@ decoder_next (BerDecoder d)
               if (debug)
                   fprintf (stderr, "  ANY");
               ds->cur.in_any = 1;
+              /* FALLTHROUGH */
             case 3: /* match */
             case 5: /* end tag */
               if (debug)

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

Summary of changes:
 src/ber-decoder.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org




More information about the Gnupg-commits mailing list