Skip to content

eliminate dead branch#73

Open
SeaaaaaSharp wants to merge 1 commit into
farsightsec:masterfrom
SeaaaaaSharp:master
Open

eliminate dead branch#73
SeaaaaaSharp wants to merge 1 commit into
farsightsec:masterfrom
SeaaaaaSharp:master

Conversation

@SeaaaaaSharp

Copy link
Copy Markdown

Being inside the (c >= 192) branch is the equivalent of (*(src - 1) != 0) so the assignment will never execute. You can verify this with godbolt using -O2.

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