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

This pull request fix follow issues #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 6, 2018

  1. This commit fix follow issues: 1) Flushing buffers when logger termin…

    …ated by user. Without this fix you always see 0 sized log file when test your logger by command "echo test > /dev/udp/127.0.0.1/6666" and than terminate program by "ctrl-c" for see result. 2) Fixing segfault when recieving more than two messages in one second from different ports. For reproducing issue you may just run "echo test > /dev/udp/127.0.0.1/6666 && echo test > /dev/udp/127.0.0.1/6666". 3) Fixing segfault when unnable open new logfile. This issue you can ordinary reproduce if launch "echo test > /dev/udp/127.0.0.1/6666" more than 1024 times.
    NTMan committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    566c3b9 View commit details
    Browse the repository at this point in the history