commit | c8cc351c475a730ffd9f17f75f7e55d73f22229f | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Wed May 09 10:49:24 2018 +0100 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Wed May 09 11:26:36 2018 +0100 |
tree | f6ecc38408bd5443a2c10c82ee0e87445f179ffe | |
parent | 5dab8ccd0a09305fc27dfd9b9a999dc568fea3b9 [diff] |
Don't use variables as tf_printf format strings Using variables as format strings can generate security problems when the user can control those strings. Some compilers generate warnings in that cases, even when the variables are constants and are not controlled by the user. Change-Id: I65dee1d1b66feab38cbf298290a86fa56e6cca40 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>