Fixed runtime error and uninitialized variable usage#46
Closed
wargio wants to merge 2 commits intokyz:masterfrom
wargio:master
Closed
Fixed runtime error and uninitialized variable usage#46wargio wants to merge 2 commits intokyz:masterfrom wargio:master
wargio wants to merge 2 commits intokyz:masterfrom
wargio:master
Conversation
…annot be represented in type int
Owner
|
Thank you for incorporating libmspack into the rizin project, and thank you for the patch. I made both changes directly to the source, rather than merge it.
As far as build systems are concerned, libmspack will continue to use autotools as it allows supporting a wide range of esoteric systems in addition to modern Linux/BSDs, and there is also another large merge request in progress (#32) to introduce the CMake build system, mainly for better support on Windows. But thank you for the offer. |
Author
|
awesome. so it's just up to me to update to the latest commit. thanks for the effort. |
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.
I have embedded libmspack in rizin and we had these issues raised by our CI
If interested i have a working meson configuration for the project.