Snippets for aide-intrusion-detection 0.19.3 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/by5xlkgccis199kf0acspaskxxmpdn56-aide-0.19.3.drv.
-
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/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)) || | ^~