Skip to content

Add LKL arch implementation of memmove. #580

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

Merged
merged 1 commit into from
Mar 4, 2025
Merged

Conversation

rodionov
Copy link

@rodionov rodionov commented Mar 4, 2025

Without arch implementation of memmove function KASan-enabled builds result in linker error due to missing __asan_memmove symbol. Providing arch implementation of memmove resolves the problem.

Fixes #575

Without arch implementation of memmove function KASan-enabled builds
result in linker error due to missing __asan_memmove symbol. Providing
arch implementation of memmove resolves the problem.

Signed-off-by: Eugene Rodionov <[email protected]>
@rodionov rodionov requested review from tavip and thehajime March 4, 2025 00:16
Copy link
Member

@tavip tavip left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @rodionov !

@tavip tavip merged commit 1219089 into lkl:master Mar 4, 2025
13 of 14 checks passed
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.

Missing LKL arch memmove implementation causing link errors for fuzzers built with certain version of clang
2 participants