Open
Description
Latest Linux kernel with ASAN detects illegal shift here
Line 224 in 54c9c4c
instead of (1 << i) it should have been (1ULL << i)
Metadata
Metadata
Assignees
Labels
No labels
Latest Linux kernel with ASAN detects illegal shift here
Line 224 in 54c9c4c
instead of (1 << i) it should have been (1ULL << i)