[PATCH 0/3] Misc minor fixes

Daniel P. Berrangé via Devel posted 3 patches 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20251106115745.1713756-1-berrange@redhat.com
scripts/check-file-access.py | 7 +++----
src/libvirt-stream.c         | 1 +
tools/nss/libvirt_nss_macs.c | 2 ++
3 files changed, 6 insertions(+), 4 deletions(-)
[PATCH 0/3] Misc minor fixes
Posted by Daniel P. Berrangé via Devel 2 weeks ago
These are some very minor bugs discovered by an AI based code
analysis tool. The code changes are 100% human authored.

Daniel P. Berrangé (3):
  scripts: use subprocess.run instead of os.system
  src: check for invalid stream in virStreamInData
  tools/nss: check for missing array element

 scripts/check-file-access.py | 7 +++----
 src/libvirt-stream.c         | 1 +
 tools/nss/libvirt_nss_macs.c | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.51.1

Re: [PATCH 0/3] Misc minor fixes
Posted by Michal Prívozník via Devel 2 weeks ago
On 11/6/25 12:57, Daniel P. Berrangé via Devel wrote:
> These are some very minor bugs discovered by an AI based code
> analysis tool. The code changes are 100% human authored.
> 
> Daniel P. Berrangé (3):
>   scripts: use subprocess.run instead of os.system
>   src: check for invalid stream in virStreamInData
>   tools/nss: check for missing array element
> 
>  scripts/check-file-access.py | 7 +++----
>  src/libvirt-stream.c         | 1 +
>  tools/nss/libvirt_nss_macs.c | 2 ++
>  3 files changed, 6 insertions(+), 4 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal