Skip to content

Logger: fix sanitizer

Loic Hausammann requested to merge logger_fix_sanitizer into master

In the alignment space, we were dumping non allocated data. Not important but fails with the sanitizer.

I am also adding a check after an allocation

Merge request reports