ESP8266HTTPUpdateServer::setup should make copy of username and password #4034
Labels
component: libraries
good first issue
If you want to help, this is is a good place to start
type: bug
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Bellow code will not work because username and password strings are later gone from stack. ESP8266HTTPUpdateServer should make copy of username and password and later use that.
We should replace in header (and adapt NULLs and checks)
with
The text was updated successfully, but these errors were encountered: