libs/devicemodel: initialise op_bufs in xendevicemodel_xcall
authorWei Liu <wei.liu2@citrix.com>
Thu, 23 Feb 2017 15:18:20 +0000 (15:18 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 23 Feb 2017 15:59:36 +0000 (15:59 +0000)
commite318fa314550b1978525aef30c325715a41aa0b7
tree179a45bfa8daaa7dd1f47cca2b3914226f07e681
parentbe6b31614fd86c08eadc249add9afd99972c52ea
libs/devicemodel: initialise op_bufs in xendevicemodel_xcall

To avoid freeing uninitialised buffer when taking the first error exit
path.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libs/devicemodel/core.c