commit | efc02e9ee225d1327be004181da74f59f2aa2c11 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Tue Oct 30 10:36:26 2018 +0000 |
committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | Mon Oct 05 12:56:10 2020 +0200 |
tree | 04803b041d535bde1eecd7aab2be20be38290721 | |
parent | 375690b61e8ec4735b19bcead756ba526edab57e [diff] |
evaluate: check variadic argument types against format string The variadic argument code did not check any of the variadic arguments as it did not previously know the possible type. Now we have the possible formatting information stored in the ctype, we can do some checks on the printf formatting types. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>