[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 02/21] xen: guestcopy: Provide an helper to safely copy string from guest
On Fri, 2014-08-01 at 09:40 +0100, Jan Beulich wrote: > >>> On 31.07.14 at 17:00, <julien.grall@xxxxxxxxxx> wrote: > > --- /dev/null > > +++ b/xen/common/guestcopy.c > > @@ -0,0 +1,29 @@ > > +#include <xen/config.h> > > +#include <xen/lib.h> > > +#include <xen/guest_access.h> > > + > > +/* The function copies a string from the guest and add a NUL-terminated to > > + * make sure the string is correctly finished. */ > > "... and adds a NUL-terminator ...". Also not sure about "finished" > here. It does sound odd. "correctly terminated" would be more usual, but given the context is repetitive. Perhaps: "and add a NULL to make sure that the string is correctly terminated"? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |