[PATCH 0/4] vsh-table: Various small improvements

Michal Privoznik posted 4 patches 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1639749304.git.mprivozn@redhat.com
tests/vshtabletest.c |  6 ++++--
tools/vsh-table.c    |  1 +
tools/vsh-table.h    | 22 ++++++++++++++++------
3 files changed, 21 insertions(+), 8 deletions(-)
[PATCH 0/4] vsh-table: Various small improvements
Posted by Michal Privoznik 2 years, 4 months ago
*** BLURB HERE ***

Michal Prívozník (4):
  vshtabletest: Fix potential memleak
  vsh-table: Hide vshTableRow typedef
  vsh-table.h: Modernize declarations
  vsh-table: Ensure NULL terminated arguments to vshTable*()

 tests/vshtabletest.c |  6 ++++--
 tools/vsh-table.c    |  1 +
 tools/vsh-table.h    | 22 ++++++++++++++++------
 3 files changed, 21 insertions(+), 8 deletions(-)

-- 
2.32.0

Re: [PATCH 0/4] vsh-table: Various small improvements
Posted by Ján Tomko 2 years, 4 months ago
On a Friday in 2021, Michal Privoznik wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (4):
>  vshtabletest: Fix potential memleak
>  vsh-table: Hide vshTableRow typedef
>  vsh-table.h: Modernize declarations
>  vsh-table: Ensure NULL terminated arguments to vshTable*()
>
> tests/vshtabletest.c |  6 ++++--
> tools/vsh-table.c    |  1 +
> tools/vsh-table.h    | 22 ++++++++++++++++------
> 3 files changed, 21 insertions(+), 8 deletions(-)
>

*** R-B HERE ***

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano