Skip to content
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 and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTP validation, and rejecting malformed responses (related to #3515) #3536

Merged
merged 4 commits into from
Nov 20, 2023

Commits on Nov 20, 2023

  1. validate NTP responses (fixes #3515)

    * purge old (not yet processes) NTP responses
    * validate server responses before updating WLED time
    * purge receive buffer when package is rejected (avoids mem leak on esp32)
    softhack007 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1e29d94 View commit details
    Browse the repository at this point in the history
  2. bufix: ntp query when NTP gets enabled from UI

    when NTP got enabled via UI, WLED would wait up to 12 hours before issuing the first NTP request.
    softhack007 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    80c67d3 View commit details
    Browse the repository at this point in the history
  3. indentation fix

    softhack007 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d56cefd View commit details
    Browse the repository at this point in the history
  4. indentation fix2

    softhack007 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5fb891c View commit details
    Browse the repository at this point in the history