
1 Aug
2017
1 Aug
'17
11:49 a.m.
On 30 July 2017 at 13:40, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
va_start must always be matched by va_end.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
lib/tpm.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
But don't you think it would be better to 'goto' the end of the function and have va_end() once?
Regards, Simon