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

[BugFix] Check the return value of posix_memalign before use the aligned buffer. #25

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 13, 2023

  1. [BugFix] Add a FIND_DEFAULT_PATH option to control whether search d…

    …ependent libraries
    
    from system default path first.
    Setting it to `OFF` can ensure find the dependent libraries from the given thirdparty path.
    
    Signed-off-by: GavinMar <[email protected]>
    GavinMar committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    8c54ad8 View commit details
    Browse the repository at this point in the history
  2. [BugFix] Check the return value of posix_memalign before use the al…

    …igned buffer.
    
    Signed-off-by: GavinMar <[email protected]>
    GavinMar committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c65acb6 View commit details
    Browse the repository at this point in the history