Skip to content

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