Since params are dynamic memory now, prevent overflow by checking memory before setting.
Contributor guide
Tech stack
cpp
Domain
performance
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
C++ memory managementUnderstanding of WiFiManager params
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
Examine the Params class in the WiFiManager codebase to understand how dynamic memory is allocated for params. Look for existing memory checks or overflow safeguards. The fix involves adding a memory size check before setting params to prevent overflow. Review the two comments on the issue for any additional context or suggestions. No linked pull requests exist, so the implementation is open ended.