• hitstergtd's avatar
    Problem: zmq_poller_destroy parameter checking · 477cc1cb
    hitstergtd authored
    Solution:
    - Add checks for **poller_p_ to ensure that we do not segfault when either it
      or the value within it are NULL
    - Add tests for the above and increase error state coverage
    477cc1cb
test_poller.cpp 5.19 KB