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

DAOS-15799 build: Add libsanitize #14485

Closed
wants to merge 2 commits into from

Commits on Jun 6, 2024

  1. DAOS-15799 build: Add libsanitize

    Add libsanitize for debugging stack smashing occuring on LRZ servers.
    
    WARNIN: When libasan is activated the dlopen is not working properly,
    	and the path of the libraries have to be explicitly defined.
    	More details on tis can be found at
    	https://sourceware.org/bugzilla/show_bug.cgi?id=25114
    
    Skip-test: true
    Required-githooks: true
    
    Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
    kanard38 authored and knard-intel committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    855d80e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. DAOS-15799 build: Add libsanitize

    Version with protected stack and address sanitizer.
    
    Skip-test: true
    Required-githooks: true
    
    Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
    kanard38 authored and knard-intel committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ad4f7bd View commit details
    Browse the repository at this point in the history