Skip to content

Fix nested keywords in authentication params#861

Open
rkday wants to merge 2 commits intomasterfrom
fix-auth-nested-keywords-813
Open

Fix nested keywords in authentication params#861
rkday wants to merge 2 commits intomasterfrom
fix-auth-nested-keywords-813

Conversation

@rkday
Copy link
Copy Markdown
Contributor

@rkday rkday commented Mar 27, 2026

Fixes #813

…ged in body

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
p += strcspn(p, "\"\n");
if (!*p) {
break;
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Same as continue, no? As the while also checks *p.

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.

malformed authorization header

3 participants