Skip to content

Add fixes for -Wformat-security warnings.

Peter W. Draper requested to merge supermuc_fix into master

This doesn't allow non-string literals as formats, these may include format specifiers and can cause buffer overruns, maybe. Seen on Ubuntu.

Merge request reports