You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used XOR for the comparison hardening, but didn't realize that might flip
false to true. Luckily, the allowed values checked before calling the function
makes the flip impossible.
This commit changes to normal comparison to eliminating the corner case.
Change-Id: I7e4c7cdfd3d53a70852ecf97939fdce56a7b0cd8
Signed-off-by: Yi-Hsuan Deng <[email protected]>
0 commit comments