Skip to content

encapp: fix bitwise & used instead of logical && in boolean condition#267

Open
chemag wants to merge 1 commit intoJohanBlome:masterfrom
chemag:master
Open

encapp: fix bitwise & used instead of logical && in boolean condition#267
chemag wants to merge 1 commit intoJohanBlome:masterfrom
chemag:master

Conversation

@chemag
Copy link
Copy Markdown
Contributor

@chemag chemag commented Feb 18, 2026

Replace bitwise & with logical && in Encoder.java:227. The bitwise operator does not short-circuit, so both operands are always evaluated even when the first is false.

Replace bitwise & with logical && in Encoder.java:227. The bitwise
operator does not short-circuit, so both operands are always evaluated
even when the first is false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant