• Manuel Pégourié-Gonnard's avatar
    Fix issue with MemSan and entropy · bcf13bab
    Manuel Pégourié-Gonnard authored
    Due to the recent change about entropy sources strength, it is no longer
    acceptable to just disable the platform source. So, instead "fix" it so that
    it is clear to MemSan that memory is initialized.
    
    I tried __attribute__((no_sanitize_memory)) and MemSan's blacklist file, but
    couldn't seem to get them to work.
    bcf13bab