Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2g downgrade update #91

Merged
merged 8 commits into from
Jan 28, 2025
Merged

2g downgrade update #91

merged 8 commits into from
Jan 28, 2025

Conversation

wgreenberg
Copy link
Collaborator

This is based on input from Sangwook + this talk: https://www.youtube.com/watch?v=hNDChDM1hEE

bin/src/check.rs Show resolved Hide resolved
lib/src/analysis/util.rs Show resolved Hide resolved
lib/src/analysis/lte_downgrade.rs Outdated Show resolved Hide resolved
lib/src/analysis/analyzer.rs Outdated Show resolved Hide resolved
// For some reason, on macOS the response buffer gets filled with garbage data that's
// rarely valid UTF-8. Luckily we only care about the first couple bytes, so just drop
// the garbage with `from_utf8_lossy` and look for our expected success string.
let responsestr = String::from_utf8_lossy(&response);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This shouldn't be here, we already merged this change into main but it was a different commit hash.

@cooperq cooperq merged commit 3619df3 into main Jan 28, 2025
1 check passed
@cooperq cooperq deleted the 2g-downgrade branch January 28, 2025 19:02
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.

2 participants