mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[PR #505] [MERGED] Bug fix for problem discovered when setting length to 1 for additiona… #1634
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1634
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/505
Author: @LaurentLouf
Created: 2/6/2018
Status: ✅ Merged
Merged: 2/6/2018
Merged by: @tablatronix
Base:
master← Head:master📝 Commits (1)
6aaa83aBug fix for problem discovered when setting length to 1 for additional parameters📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
WiFiManager.cpp(+2 -2)📄 Description
…l parameters
The initialization of the buffer holding the value stopped before the last character and storage did not take into account the extra-byte for end of string.
Bug is pretty easy to reproduce : try to use an additional parameter with a length of 1. This PR fixes it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.