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

Prefix async job output to prevent external corruption #28

Merged
merged 1 commit into from
Aug 12, 2018

Conversation

mafredri
Copy link
Owner

@mafredri mafredri commented Aug 6, 2018

If an external process interferes with the async worker (e.g. writes its
pty), the output can become corrupt. To minimize this occurance we now
prefix all job output with the NULL character, instead of just separate
on NULLs (suffix).

If an external process interferes with the async worker (e.g. writes its
pty), the output can become corrupt. To minimize this occurance we now
prefix all job output with the NULL character, instead of just separate
on NULLs (suffix).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant