commit | 8fe5ab411209ac6e2c7021131e622fd004506d1a | [log] [tgz] |
---|---|---|
author | Simon Gaiser <simon@invisiblethingslab.com> | Thu Mar 15 03:43:22 2018 +0100 |
committer | Boris Ostrovsky <boris.ostrovsky@oracle.com> | Wed Mar 21 08:28:53 2018 -0400 |
tree | a0bc74504940ebc1b28da3c873beeb8785ddb5bd | |
parent | b93008d1ac657dc67819330c5995e65e7c3e7978 [diff] |
xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_END By guaranteeing that the argument of XS_TRANSACTION_END is valid we can assume that the transaction has been closed when we get an XS_ERROR response from xenstore (Note that we already verify that it's a valid transaction id). Signed-off-by: Simon Gaiser <simon@invisiblethingslab.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>