• E
    maint: simplify some syntax check exemptions · e1f7914d
    Eric Blake 提交于
    Commit 50281605 accidentally weakened the strtol prohibitions to
    skip ALL files under src/util instead of the former situation of
    just protecting util/virsexpr.c; even though NONE of the files
    in that directory need any protection.
    
    Shorten some long lines while at it.
    
    * cfg.mk (exclude_file_name_regexp--sc_prohibit_strtol): No need
    to exclude all of util.
    (exclude_file_name_regexp--sc_prohibit_sprintf): Reduce long line.
    (exclude_file_name_regexp--sc_prohibit_raw_allocation): Likewise.
    Signed-off-by: NEric Blake <eblake@redhat.com>
    e1f7914d
cfg.mk 41.4 KB