WebServer: use String when working with Basic authentication by mcspr · Pull Request #8548 · esp8266/Arduino (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation5 Commits4 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

mcspr

Avoid blowing up user code when $user:$password string is longer than
127 bytes. Use String to both manage the memory and handle concatenation.

Also clean-up historical quicks such as

@mcspr

Avoid blowing up user code when $user:$password string is longer than 127 bytes. Use String to both manage the memory and handle concatenation.

Also clean-up historical quicks such as

@mcspr mcspr linked an issue

Apr 21, 2022

that may beclosed by this pull request

@mcspr

@mcspr

earlephilhower

earlephilhower

@mcspr

@mcspr mcspr deleted the webserver-basic-auth-overflows branch

April 30, 2022 15:25

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024

@mcspr @hasenradball

…#8548)

Avoid blowing up user code when $user:$password string is longer than 127 bytes. Use String to both manage the memory and handle concatenation.

Also clean-up historical quicks such as

2 participants

@mcspr @earlephilhower