|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 11/16] tools: add simple vchan-socket-proxy
On Fri, Jan 17, 2020 at 01:44:20PM -0500, Rich Persaud wrote:
> On Jan 14, 2020, at 21:42, Marek Marczykowski-Górecki
> <marmarek@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> > @@ -66,6 +70,7 @@ install: all
> > $(INSTALL_PROG) libxenvchan.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)
> > ln -sf libxenvchan.so.$(MAJOR).$(MINOR)
> > $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR)
> > ln -sf libxenvchan.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenvchan.so
> > + $(INSTALL_PROG) vchan-socket-proxy $(DESTDIR)$(bindir)
>
> Does this need directory creation, to avoid vchan binary being named "bin"?
> + $(INSTALL_DIR) $(DESTDIR)$(bindir)
I guess it depends on makefile execution order. I'll add it to be on the
safe side.
> > +int main(int argc, char **argv)
> > +{
> > + int is_server = 0;
> > + int socket_fd;
>
> When compiled for OpenEmbedded / OpenXT, gcc complained about socket_fd being
> uninitialized before possible use.
I think gcc is wrong here - in all the paths socket_fd is used, it is
initialized under the same conditions (socket_path != "-" and
!is_server). But I'll add initializer to mute this warning.
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |