mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
cfg.mk: drop redundant sc_prohibit_gethostby
Both gethostbyaddr and gethostbyname* are already checked by sc_prohibit_nonreentrant.
This commit is contained in:
parent
1fe77f9f7f
commit
b3e3fc3257
9
cfg.mk
9
cfg.mk
@ -520,13 +520,6 @@ sc_forbid_manual_xml_indent:
|
|||||||
halt='use virBufferAdjustIndent instead of spaces when indenting xml' \
|
halt='use virBufferAdjustIndent instead of spaces when indenting xml' \
|
||||||
$(_sc_search_regexp)
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
# Not only do they fail to deal well with ipv6, but the gethostby*
|
|
||||||
# functions are also not thread-safe.
|
|
||||||
sc_prohibit_gethostby:
|
|
||||||
@prohibit='\<gethostby(addr|name2?) *\(' \
|
|
||||||
halt='use getaddrinfo, not gethostby*' \
|
|
||||||
$(_sc_search_regexp)
|
|
||||||
|
|
||||||
# dirname and basename from <libgen.h> are not required to be thread-safe
|
# dirname and basename from <libgen.h> are not required to be thread-safe
|
||||||
sc_prohibit_libgen:
|
sc_prohibit_libgen:
|
||||||
@prohibit='( (base|dir)name *\(|include .libgen\.h)' \
|
@prohibit='( (base|dir)name *\(|include .libgen\.h)' \
|
||||||
@ -1192,8 +1185,6 @@ exclude_file_name_regexp--sc_prohibit_strncpy = ^src/util/virstring\.c$$
|
|||||||
|
|
||||||
exclude_file_name_regexp--sc_prohibit_strtol = ^examples/.*$$
|
exclude_file_name_regexp--sc_prohibit_strtol = ^examples/.*$$
|
||||||
|
|
||||||
exclude_file_name_regexp--sc_prohibit_gethostby = ^docs/nss.html.in$$
|
|
||||||
|
|
||||||
exclude_file_name_regexp--sc_prohibit_xmlGetProp = ^src/util/virxml\.c$$
|
exclude_file_name_regexp--sc_prohibit_xmlGetProp = ^src/util/virxml\.c$$
|
||||||
|
|
||||||
exclude_file_name_regexp--sc_prohibit_xmlURI = ^src/util/viruri\.c$$
|
exclude_file_name_regexp--sc_prohibit_xmlURI = ^src/util/viruri\.c$$
|
||||||
|
Loading…
Reference in New Issue
Block a user