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

KTVHCDataReader crash in multithreading #105

Open
rhythmkay opened this issue Apr 3, 2019 · 0 comments
Open

KTVHCDataReader crash in multithreading #105

rhythmkay opened this issue Apr 3, 2019 · 0 comments

Comments

@rhythmkay
Copy link

KTVHCDataReader.m Line 242
The following code which access to 'self.unit.responseHeaders' is not thread-safety.

KTVHCRangeFillToResponseHeaders(range, self.unit.responseHeaders, totalLength);

The 'responseHeaders' is multithreaded read-write.
Please fix it on '[KTVDataUnit updateResponseHeaders:totalLength:]' and '[KTVHCDataReader callbackForPrepared]'.

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

No branches or pull requests

1 participant