commit | bcf13bab5dd80254965dbcd3c42306a651b6e870 | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 22 18:06:17 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 22 18:25:41 2015 +0200 |
tree | 20e251fc72e8849576049e573f0eacb930f6fbef | |
parent | 96aba64e134e7a26405911f0f82e24ae2e3995aa [diff] |
Fix issue with MemSan and entropy 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.