Skip to content
Failed

Changes

Summary

  1. Master.c: Fix race condition and double free in master command (commit: c77358e) (details)
  2. CMakeLists.txt: Enable stack protector (commit: 9596d5a) (details)
  3. Commands: Unban.c: Use user entered ip instead of json find one (commit: ff781b9) (details)
Commit c77358ead76da14e4d9bd93706fc034e95fbb3f0 by noreply
Master.c: Fix race condition and double free in master command
(commit: c77358e)
The file was modified Source/Server/Master.c (diff)
Commit 9596d5ab6f9487506b3e03ba612512739a81a01f by noreply
CMakeLists.txt: Enable stack protector

Networking code is very often targeted as destination of attacks regarding stack overflow.

While it should be not allowed in source most of the time do not
even allow users trying.
(commit: 9596d5a)
The file was modified CMakeLists.txt (diff)
Commit ff781b98c91c43e85c9d9c950dd63e5116a96c4f by noreply
Commands: Unban.c: Use user entered ip instead of json find one
(commit: ff781b9)
The file was modified Source/Server/Commands/Unban.c (diff)