Package: gnu-efi Version: 3.0.9-1 Severity: minor File: /usr/include/efi/efidevp.h Tags: upstream
Hi, in line 71, there is the macro definition #define DP_IS_END_TYPE(a) Obviously, the empty string is not a valid expression to test whether the lower seven bits of a are set, this should probably read #define DP_IS_END_TYPE(a) (DevicePathType(a) == END_DEVICE_PATH_TYPE) Simon -- System Information: Debian Release: 10.6 APT prefers stable APT policy: (990, 'stable'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-13-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -- no debconf information