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 segfault in luv_check_handle/luv_check_stream #634

Merged
merged 2 commits into from Mar 3, 2023

Conversation

Bilal2453
Copy link
Contributor

Fixes #633.

Is the style I used here OK? It felt kind of different than the rest of the code, the assignments in the if statements more specifically..

Copy link
Member

@squeek502 squeek502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor nitpicks, but overall looks good.

src/handle.c Outdated Show resolved Hide resolved
src/handle.c Outdated Show resolved Hide resolved
src/stream.c Outdated Show resolved Hide resolved
@squeek502
Copy link
Member

squeek502 commented Mar 3, 2023

Thanks!

(looks like the CI is freaking out [Github actions down maybe?], but that's unrelated to this change)

@squeek502 squeek502 merged commit e5da641 into luvit:master Mar 3, 2023
@Bilal2453
Copy link
Contributor Author

No worries, thank you for helping me out with this, still learning my way.
(Also sorry for that half-failed squash attempt on my end lol)

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.

segfault on luv_check_handle
2 participants