[PATCH 0/2] esx: URI encode inventory objects twice

Michal Privoznik via Devel posted 2 patches 3 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1767860579.git.mprivozn@redhat.com
src/esx/esx_driver.c |  8 ++++----
src/esx/esx_util.c   | 17 +++++++++++++++++
src/esx/esx_util.h   |  3 +++
3 files changed, 24 insertions(+), 4 deletions(-)
[PATCH 0/2] esx: URI encode inventory objects twice
Posted by Michal Privoznik via Devel 3 weeks, 3 days ago
*** BLURB HERE ***

Michal Prívozník (2):
  esx_util: Introduce esxUtil_EscapeInventoryObject()
  esx: URI encode inventory objects twice

 src/esx/esx_driver.c |  8 ++++----
 src/esx/esx_util.c   | 17 +++++++++++++++++
 src/esx/esx_util.h   |  3 +++
 3 files changed, 24 insertions(+), 4 deletions(-)

-- 
2.52.0

Re: [PATCH 0/2] esx: URI encode inventory objects twice
Posted by Jiri Denemark via Devel 3 weeks, 3 days ago
On Thu, Jan 08, 2026 at 09:23:22 +0100, Michal Privoznik wrote:
> *** BLURB HERE ***
> 
> Michal Prívozník (2):
>   esx_util: Introduce esxUtil_EscapeInventoryObject()
>   esx: URI encode inventory objects twice
> 
>  src/esx/esx_driver.c |  8 ++++----
>  src/esx/esx_util.c   | 17 +++++++++++++++++
>  src/esx/esx_util.h   |  3 +++
>  3 files changed, 24 insertions(+), 4 deletions(-)

Sigh.

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>