On Wed, Nov 12, 2025 at 04:31:08PM -0600, Eric Blake wrote: > Directly accessing the fd member of a QIOChannelSocket is an > undesirable leaky abstraction. What's more, grabbing that fd merely > to force an eventual call to getsockname() can be wasteful, since the > channel is often able to return its cached local name. > > Reported-by: Daniel P. Berrangé <[email protected]> > Signed-off-by: Eric Blake <[email protected]> > > --- > v3: new patch > --- > chardev/char-socket.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
