We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FYI, I ran CodeQL on msh3, which submodules ls-qpack, and it gave the warning:
Comparison is always true because seen_nameval <= -1.
ls-qpack/lsqpack.c
Line 1882 in 205e899
This is because seen_nameval is always -1 (set a few lines above).
seen_nameval
-1
The text was updated successfully, but these errors were encountered:
[BUGFIX] address #74
dea8b2b
No branches or pull requests
FYI, I ran CodeQL on msh3, which submodules ls-qpack, and it gave the warning:
ls-qpack/lsqpack.c
Line 1882 in 205e899
This is because
seen_nameval
is always-1
(set a few lines above).The text was updated successfully, but these errors were encountered: