• Kip Warner's avatar
    src/common/reactor.cc: Fixed stack corruption when Aio::AsyncImpl is... · a81d3ade
    Kip Warner authored
    src/common/reactor.cc: Fixed stack corruption when Aio::AsyncImpl is constructed with more than 255 worker threads requested...
    src/common/reactor.cc: Cleaner move semantics in worker thread construction...
    src/common/reactor.cc: Use simpler structured binding with decodeKey() return value...
    tests/reactor_test.cc: Added reactor_exceed_max_threads test to reactor_test suite...
    {include/pistache/reactor.h, src/common/reactor.cc}: Use std::array and safer bounds checking with containers...
    CMakeLists.txt: Added better general detection for buffer overflows and stack protection...
    {debian/changelog,version.txt}: Bumped versioning...
    a81d3ade
reactor_test.cc 2.57 KB