
2 May
2013
2 May
'13
7:53 a.m.
On 05/02/13 13:40, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
The call to virReportError conditionally switched between two format strings, with different numbers of placeholders. This meant the format string with no placeholders was not protected by a "%s".
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/network/bridge_driver.c | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-)
ACK. Peter