[libvirt] [PATCH 0/4] remote: Enforce RPC limits when encoding typed params

Michal Privoznik posted 4 patches 4 years, 8 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1566907227.git.mprivozn@redhat.com
src/admin/admin_remote.c            |  2 +
src/admin/admin_server_dispatch.c   | 27 ++--------
src/remote/remote_daemon_dispatch.c | 81 ++++++++++++-----------------
src/remote/remote_driver.c          | 48 +++--------------
src/rpc/gendispatch.pl              |  2 +
src/util/virtypedparam.c            | 13 ++++-
src/util/virtypedparam.h            |  1 +
7 files changed, 59 insertions(+), 115 deletions(-)
[libvirt] [PATCH 0/4] remote: Enforce RPC limits when encoding typed params
Posted by Michal Privoznik 4 years, 8 months ago
Couple of bug fixes here.

Michal Prívozník (4):
  remote_daemon_dispatch: Check for limit properly in
    remoteDispatchConnectGetAllDomainStats
  remote: Check for limits when encoding typed params
  remote_daemon_dispatch: Don't leak @ret on failure
  remote_daemon_dispatch: Don't open code xdr_free()

 src/admin/admin_remote.c            |  2 +
 src/admin/admin_server_dispatch.c   | 27 ++--------
 src/remote/remote_daemon_dispatch.c | 81 ++++++++++++-----------------
 src/remote/remote_driver.c          | 48 +++--------------
 src/rpc/gendispatch.pl              |  2 +
 src/util/virtypedparam.c            | 13 ++++-
 src/util/virtypedparam.h            |  1 +
 7 files changed, 59 insertions(+), 115 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/4] remote: Enforce RPC limits when encoding typed params
Posted by Erik Skultety 4 years, 8 months ago
On Tue, Aug 27, 2019 at 02:05:05PM +0200, Michal Privoznik wrote:
> Couple of bug fixes here.
Reviewed-by: Erik Skultety <eskultet@redhat.com>

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list