[dpdk-test-report] |WARNING| pw72974 [PATCH v3 3/4] eal: forbid loading drivers from insecure paths

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jul 3 12:25:10 CEST 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/72974

_coding style issues_


WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IWOTH' are not preferred. Consider using octal permissions '0002'.
#133: FILE: lib/librte_eal/common/eal_common_options.c:430:
+	if (st.st_mode & S_IWOTH) {

total: 0 errors, 1 warnings, 119 lines checked


More information about the test-report mailing list