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

fix #4810 syslog pipe hang #5259

Closed
wants to merge 1 commit into from
Closed

fix #4810 syslog pipe hang #5259

wants to merge 1 commit into from

Conversation

packetzero
Copy link
Contributor

Fix for syslog issue in V3 branches . This implementation opens pipe using NONBLOCK and uses select and buffered read of lines, rather than waiting on gets() or getline() like existing code.
#4810

@facebook-github-bot facebook-github-bot added the cla signed Automated label: Pull Request author has signed the osquery CLA label Oct 18, 2018
@edulop91
Copy link

edulop91 commented May 2, 2019

Is there any reason why this has not been merged?

@theopolis theopolis added the bug label Jun 21, 2019
ycooper added a commit to ycooper/osquery that referenced this pull request Aug 27, 2019
Refactored osquery#5259 to version 4.0
ycooper added a commit to ycooper/osquery that referenced this pull request Aug 29, 2019
Refactored osquery#5259 to version 4.0
@packetzero
Copy link
Contributor Author

Closing. I'm going to open a new PR.

@packetzero packetzero closed this Oct 28, 2019
@theopolis
Copy link
Member

Heads up, there should be a fix for this in master now #6539. Thanks for the work here, it's the main inspiration for the landed change; and sorry for leaving this unaddressed for so long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cla signed Automated label: Pull Request author has signed the osquery CLA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants