Skip to content

Broken definition DP_IS_END_TYPE #94

Description

@bgermann

Forwarded from Debian bug:

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions