Skip to content

Use ull integer suffix for bitwise logic - #19673

Merged
iluuu1994 merged 1 commit into
php:masterfrom
iluuu1994:phpdbg-ull-for-bitwise-logic
Sep 3, 2025
Merged

Use ull integer suffix for bitwise logic#19673
iluuu1994 merged 1 commit into
php:masterfrom
iluuu1994:phpdbg-ull-for-bitwise-logic

Conversation

@iluuu1994

Copy link
Copy Markdown
Member

If (brake->type+1) exeeds 30, we have undefined behavior and won't actually remove the relevant bit.

See GH-19633

If (brake->type+1) exeeds 30, we have undefined behavior and won't actually
remove the relevant bit.
See phpGH-19633

@edorianedorian left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RM approval, no technical review performed.

@iluuu1994
iluuu1994 merged commit 8a4cbde into php:masterSep 3, 2025
9 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@iluuu1994@edorian