Skip to content

Add LKL arch implementation of memmove. - #580

Merged
tavip merged 1 commit into
lkl:masterfrom
rodionov:memmove
Mar 4, 2025
Merged

Add LKL arch implementation of memmove.#580
tavip merged 1 commit into
lkl:masterfrom
rodionov:memmove

Conversation

@rodionov

@rodionov rodionov commented Mar 4, 2025

Copy link
Copy Markdown

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 <rodionov@google.com>
@rodionov
rodionov requested review from tavip and thehajime March 4, 2025 00:16

@tavip tavip left a comment

Copy link
Copy Markdown
Member

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
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