Snippets for aide-intrusion-detection 0.19.2 from Fedora aarch64
Sourced from https://kojipkgs.fedoraproject.org/packages/aide/0.19.2/17.fc45/data/logs/aarch64/build.log.
-
src/report_json.c:99:28: warning: comparison is always true due to limited range of data type [-Wtype-limits] 99 | if (src[i] >= 0 && (src[i] < 0x1f || src[i] == 0x7f)) { | ^~ -
src/commandconf.c:70:7: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=] 70 | int i=0; | ^ -
src/util.c:151:16: warning: comparison is always true due to limited range of data type [-Wtype-limits] 151 | if ((c >= 0 && (c < 0x1f || c == 0x7f)) || | ^~ -
src/util.c:289:35: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 289 | char *slash = strchr(suffix_path+1, '/'); | ^~~~~~