assorted bug fixes and many memory corruption fixes#799
Merged
squeek502 merged 1 commit intoluvit:masterfrom Feb 25, 2026
Merged
assorted bug fixes and many memory corruption fixes#799squeek502 merged 1 commit intoluvit:masterfrom
squeek502 merged 1 commit intoluvit:masterfrom
Conversation
cd2b03c to
09c1f1c
Compare
squeek502
reviewed
Feb 25, 2026
fix: fix pop(-1) stack corruption fix: fix many memory leaks and potential out-of-memory crashes remove schema, never been used fix: uninitialized memory access in parse_sockaddr fix: uv_interface_addresses can fail fix: interface indexes are already 1-based fix: prevent malloc(-1) fix: sparse_rawlen assumed the table was at index -2 fix: prevent infinite sleep nit: add missing copyright headers
This was referenced Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a lot of changes all rolled into one because it would otherwise be 30 different single-line commits.
Most of the issues are related to not checking the return of malloc for a null return.