Skip to content

add lock around tail.reader to prevent race - #114

Open
phemmer wants to merge 1 commit into
hpcloud:masterfrom
phemmer:lock-reader
Open

add lock around tail.reader to prevent race#114
phemmer wants to merge 1 commit into
hpcloud:masterfrom
phemmer:lock-reader

Conversation

@phemmer

Copy link
Copy Markdown

Prevents a race condition on tail.reader. All the reads on this variable are protected by a lock, but the write isn't.

@akshaymoghe

Copy link
Copy Markdown

bump

Sign up for freeto 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.

2 participants

@phemmer@akshaymoghe