Skip to content

Handle InputStream.read failures #332

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

Merged
merged 2 commits into from
Apr 11, 2025

Conversation

kabiroberai
Copy link
Contributor

InputStream.read can fail and return -1 (see the docs). If this happens, the bodyStreamData.append call currently crashes with an EXC_BAD_ACCESS since we pass count: -1. We can fix this by explicitly checking for a return value of -1 and bailing.

@kean
Copy link
Owner

kean commented Apr 11, 2025

Nice catch, thanks, @kabiroberai!

@kean kean merged commit 03a7d51 into kean:main Apr 11, 2025
7 of 9 checks passed
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.

2 participants