Aneesh Kumar K.V wrote: > Jim Meyering <j...@meyering.net> writes: > >> From: Jim Meyering <meyer...@redhat.com> >> >> The use of strncpy in pt_listxattr is unnecessary, since we >> know that the NUL-terminated source bytes fit in the destination >> buffer. Use memcpy in place of strncpy. >> >> Signed-off-by: Jim Meyering <meyer...@redhat.com> > > Fold this with Patch 11 ? > > Reviewed-by: Aneesh Kumar K.V <aneesh.ku...@linux.vnet.ibm.com>
Thanks for the reviews. I've noted the Reviewed-by: and merged those three into one.