engines/cpu: Fix td_vmsg() call
authorBart Van Assche <bvanassche@acm.org>
Fri, 8 Jan 2021 03:03:45 +0000 (19:03 -0800)
committerBart Van Assche <bvanassche@acm.org>
Fri, 8 Jan 2021 03:06:57 +0000 (19:06 -0800)
commitf0fb0d1403ccd4789ee599b1cb22e50539e1434e
tree873480ed7b01df90ace168c092546d49df548036
parentb213922390feccbb0564e45c453e40c41e8babe7
engines/cpu: Fix td_vmsg() call

Make sure that the third td_vmsg() argument is a fully expanded string and
also that the fourth argument is a string argument. This was detected by
Coverity.

Fixes: b213922390fe ("engines/cpu: style cleanups")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
engines/cpu.c