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

Patch ubsan - Fix undefined references to ubsan functions #6813

Merged
merged 2 commits into from
May 8, 2024

Commits on May 7, 2024

  1. core: fix undefined references to ubsan functions

    Add UBSan handlers for `__ubsan_handle_type_mismatch_v1` and
    `__ubsan_handle_pointer_overflow` to remove undefined references error.
    
    Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
    Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
    Signed-off-by: Abhishek Revadekar <abhishek.rvdkr@yahoo.com>
    Abhishek-612 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1061884 View commit details
    Browse the repository at this point in the history
  2. core: arm: use fdt64_ld() to read possibly unaligned kaslr-seed

    Read possibly unaligned kaslr-seed using `fdt64_ld()`
    to avoid ubsan panic while booting with `CFG_CORE_ASLR=y`
    
    Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
    Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
    Signed-off-by: Abhishek Revadekar <abhishek.rvdkr@yahoo.com>
    Abhishek-612 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e3f1fdc View commit details
    Browse the repository at this point in the history