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: plugin_loader compilation errors across different version of glibc #81

Merged
merged 2 commits into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. chore(pkg/sdk): removing "strlcpy.h" copy

    We can't declare this func, since it may be already declared. We will switch to a internal declaration only for the plugin loader.
    
    Signed-off-by: Leonardo Grasso <[email protected]>
    leogr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c96ab4d View commit details
    Browse the repository at this point in the history
  2. build: patch plugin_loader.c to use an internal strlcpy impl

    Signed-off-by: Leonardo Grasso <[email protected]>
    leogr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3396f99 View commit details
    Browse the repository at this point in the history