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

Michal Privoznik mprivozn at redhat.com
Tue Aug 27 12:05:05 UTC 2019


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




More information about the libvir-list mailing list