Skip to content

Illegal 32bit value shift during initialization #155

Open
@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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions