You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
size_t
is unsigned, so the loop testi >= 0
is always true.The text was updated successfully, but these errors were encountered: