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

Pointless loop in "Sniffing a mislabeled feed" #169

Open
Wuelle opened this issue Apr 16, 2023 · 0 comments
Open

Pointless loop in "Sniffing a mislabeled feed" #169

Wuelle opened this issue Apr 16, 2023 · 0 comments

Comments

@Wuelle
Copy link

Wuelle commented Apr 16, 2023

Link to the algorithm in question
Step 5.2 enters a loop L, however, there is no way for L to run more than once, so it could be omitted.
(Every possible path within L either aborts the algorithm or breaks out of L)
Found by rust-analyzer.

Wuelle added a commit to Wuelle/Stormlicht that referenced this issue Apr 16, 2023
There are some (very) slight spec deviations.

And another spec bug (very cool):
whatwg/mimesniff#169
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants
@Wuelle and others