mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
- debug.c: fix memory leak of out buffer on opendir failure in debug_fds. After fclose on open_memstream, the out buffer is allocated and must be freed. - file.c: add missing reply_with_perror on strdup failure in do_zfile, so callers get a proper error message instead of silent NULL return. - blkid.c: fix wrong error variable used at command_failed label in test_blkid_p_i_opt. The second commandr stores its error in err2, but goto command_failed would report err from the first command. Inline the error reporting with the correct variable. Co-authored-by: Claude <noreply@anthropic.com>
24 KiB
24 KiB