arm-trusted-firmware/lib/xlat_tables_v2
Roberto Vargas a83a74d230 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>
2018-05-09 11:26:36 +01:00
..
aarch32 Update ULL() macro and instances of ull to comply with MISRA 2018-02-27 17:05:51 +00:00
aarch64 Update ULL() macro and instances of ull to comply with MISRA 2018-02-27 17:05:51 +00:00
xlat_tables.mk xlat: Add support for EL0 and EL1 mappings 2017-10-05 14:32:12 +01:00
xlat_tables_internal.c Don't use variables as tf_printf format strings 2018-05-09 11:26:36 +01:00
xlat_tables_private.h Fix MISRA rule 8.3 in common code 2018-02-28 17:18:21 +00:00