Skip to content

Broken definition DP_IS_END_TYPE #94

@bgermann

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)

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