[Spice-commits] cfg.mk

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri Nov 18 12:31:21 UTC 2016


 cfg.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a31e18f26451237d7a7c29e63c5074770822138b
Author: Pavel Grunt <pgrunt at redhat.com>
Date:   Fri Nov 18 11:45:40 2016 +0100

    syntax-check: Skip strncpy check
    
    strncpy used in reds_init_socket() has destination NUL terminated
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/cfg.mk b/cfg.mk
index 3e5d345..66235ee 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -42,6 +42,7 @@ local-checks-to-skip =			\
   sc_prohibit_stat_st_blocks		\
   sc_prohibit_magic_number_exit         \
   sc_prohibit_strcmp                    \
+  sc_prohibit_strncpy                   \
   sc_prohibit_undesirable_word_seq      \
   sc_root_tests				\
   sc_space_tab				\


More information about the Spice-commits mailing list