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

cookie_cmp_wildcard_domain never matches #171

Open
greenrd opened this issue Jun 10, 2018 · 0 comments · May be fixed by #172
Open

cookie_cmp_wildcard_domain never matches #171

greenrd opened this issue Jun 10, 2018 · 0 comments · May be fixed by #172

Comments

@greenrd
Copy link

greenrd commented Jun 10, 2018

size_t is unsigned, so the loop test i >= 0 is always true.

greenrd added a commit to greenrd/httrack that referenced this issue Jun 10, 2018
@greenrd greenrd linked a pull request Jun 10, 2018 that will close this issue
mitchcapper pushed a commit to mitchcapper/httrack that referenced this issue Jul 27, 2022
mitchcapper added a commit to mitchcapper/httrack that referenced this issue Jul 27, 2022
* Fix bug in cookie comparison

Fixes xroche/xroche#171

* Add warning to detect this bug in future

* Fix other type-limits warnings

* Update copyright year

Co-authored-by: Robin Green <greenrd@greenrd.org>
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 a pull request may close this issue.

1 participant