Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Illegal 32bit value shift during initialization #155

@jenik1

Description

@jenik1

Latest Linux kernel with ASAN detects illegal shift here

if ((1 << i) & sgx_xfrm_mask)

instead of (1 << i) it should have been (1ULL << i)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions