Skip to content

Aircoookie fork v2.1.0

Compare
Choose a tag to compare
@blazoncek blazoncek released this 11 Mar 11:27
· 76 commits to master since this release

Performance and stability improvements from #11

Highlights include:

  • Merging several upstream PRs
  • Fix for use-after-free in web server response handling
  • Fix for memory corruption in web sockets
  • Replace web socket custom memory management with std::shared_ptr, fixing memory leaks
  • Move a lot of static strings to PROGMEM
  • Handling of partial buffer TCP writes under low memory conditions