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

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)

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions